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 Dec 29, 2024. It is now read-only.
This crate is not currently compatible with bevy_mod_picking because it clears GlobalTransform in First, while bevy_mod_picking needs the GlobalTransform in PreUpdate (there is a PickSet::Backend system set that runs there for all the backends).
Can you move transform clearing to PreUpdate and put it in a system set?