Feature gate picking backends. #15306
Labels
A-Picking
Pointing at and selecting objects of all sorts
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
Milestone
What problem does this solve or what need does it fill?
A user may want to turn on picking, but disable specific picking back ends. In my case, I'd rather turn off sprite picking and use a custom, fine-grained bounding box picking backend instead. At the moment there is no way to opt-in to picking but opt-out of particular backends.
What solution would you like?
Features seem like the right way to do this.
What alternative(s) have you considered?
Could use a configuration resource or something, but that seems excessive. Most users probably don't need runtime configuration of picking?
The text was updated successfully, but these errors were encountered: