aevyrie / bevy_mod_picking

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

Resizing a mesh causes picking to break #312

Open tychedelia opened 6 months ago

tychedelia commented 6 months ago

Ran into this using scale_by on a mesh that had picking enabled and was tearing my hair out. This isn't an issue for us, but is due to the upstream issue https://github.com/bevyengine/bevy/issues/4294. Just wanted to file this as a breadcrumb trail for other people who may run into this, as it took me a lot of time to track down.