This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Optionally disable multi selection feature #172
Closed
tbarusseau
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This isn't possible on main/crates at the moment. It should be available in the refactor branch. Your best bet is to make your own version of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Great plugin, thanks a lot for what you've build and for keeping it up to date with bevy.
Is there a way to disable the multiple selection?
Having it on is not actually a worry because you can still handle
PickingEvent
s without support for multi selection, but since there is currently a built-in graphical feedback it would fell weird to the user if he can't actually do anything with multiple selected entities.Cheers!
Beta Was this translation helpful? Give feedback.
All reactions