-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with bevy ui #15
Comments
Yes, you're right. I'm using the |
I managed to get this in the UI: https://github.com/dcz-self/breedmatic/blob/54c75ec0fed0eb958aec7c9459e9ad25f3f9eebb/src/viewer.rs#L116 XY positioning works, but z-order gave me trouble. I don't know how that works, but it seems all I could do is change the order of drawing. |
Fixed by #114.
|
If I am not mistaken, it is currently not possible to combine this crates functionality with bevy ui components.
It seems like
NodeComponents
always renders in front of a primitive. It is also not possible to add a primitive as a child to aNodeComponent
.The text was updated successfully, but these errors were encountered: