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

PickingInteraction isn't changing colors in many buttons. #349

Open StarArawn opened 1 month ago

StarArawn commented 1 month ago

I tested using this: https://github.com/aevyrie/bevy_mod_picking/blob/main/examples/many_buttons.rs

It appears as though the colors don't change when clicking? In my own code I don't seem to see any PickingInteraction components being changed on my entities.

My own code works fine! Just appears to be a bug in the example.