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
Creating an entity with the RigidBody::Kinematic component, bevy_mod_picking does not react to it in any way. Debug display shows no information on it, On events are not registered, and PickSelection component does not react to any and all inputs. This is unexpected behavior which i believe is not documented anywhere.
Creating an entity with the
RigidBody::Kinematic
component,bevy_mod_picking
does not react to it in any way. Debug display shows no information on it,On
events are not registered, andPickSelection
component does not react to any and all inputs. This is unexpected behavior which i believe is not documented anywhere.ex spawn:
when moused over this entity will not move, and debug will show no information on it if you comment out the
On
component.The text was updated successfully, but these errors were encountered: