-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Bevy 0.12 #276
Bevy 0.12 #276
Conversation
This change replaced the now removed ComputedVisibility with the ViewVisibility component
This is blocked by aevyrie/bevy_eventlistener#11 and aevyrie/bevy_mod_raycast#100 and dimforge/bevy_rapier#439 |
c958dec
to
ebe0409
Compare
ebe0409
to
0365c64
Compare
Found a few problems with the |
…ity instead of ComputedVisibility - cast UVec2 to Vec2 since size() now returns UVec2
Thanks @nametable, to be honest, I am only using the backend for ui-navigation. |
Tested with bevy_sprite_picking backend |
Thanks for the contribution! |
No description provided.