aevyrie / bevy_mod_picking

Picking and pointer events for Bevy.
https://crates.io/crates/bevy_mod_picking
Apache License 2.0
765 stars 169 forks source link

Update bevy_picking_ui for v0.12 #269

Closed TristanCacqueray closed 10 months ago

TristanCacqueray commented 11 months ago

This change replaces the now removed ComputedVisibility with the new ViewVisibility component according to https://github.com/bevyengine/bevy/pull/9497

TristanCacqueray commented 11 months ago

Hello, I'm not sure what's the process to build plugins with the bevy devel branch (I'm presently using a bevy-devel branch with all the overrides), but here is a change to fix an upcoming breaking change.

aevyrie commented 10 months ago

Closing in favor of #276. Thank you for contributing! 🙂