You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Now i want to do mouse selection with this mod and bevy_egui. When i clicked the egui window, the entity is deselected. I know the NoDeselect component is designed to solve this, but the egui windows dont exist in the ecs world. Is there any workaround?
The text was updated successfully, but these errors were encountered:
An idea comes out: An invisible plane with PickableBundle and NoDeselect component, which has same translation and size as the egui window and located just behind the window.
We use mod_picking with egui by disabling this plugin when egui wants pointer input. Closing this as it's not an issue with this plugin. See also discussion here: bevyengine/bevy#3570.
Now i want to do mouse selection with this mod and bevy_egui. When i clicked the egui window, the entity is deselected. I know the
NoDeselect
component is designed to solve this, but the egui windows dont exist in the ecs world. Is there any workaround?The text was updated successfully, but these errors were encountered: