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

Take the `debug` feature out of default features! #301

Closed Oglo12 closed 6 months ago

Oglo12 commented 8 months ago

The debug feature is enabled by default, and it is very annoying!

aevyrie commented 6 months ago

This is intentional. Picking can be very complex, and it is hard to know why something is broken. It's much easier for me to debug issues with users if this is on by default, and can be disabled easily by the user.