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
I would like to use Sensor feat with automatic colliders too.
This involves add the props to RigidBody and test no conflict appears when both are using it (Colliders do this without any problem, I think it can be possible for sensors too)
Description
I would like to use Sensor feat with automatic colliders too.
This involves add the props to RigidBody and test no conflict appears when both are using it (Colliders do this without any problem, I think it can be possible for sensors too)
Suggested solution
<RigidBody
activeCollision
sensor
@intersection-enter="onIntersectionEnter"
@intersection-exit="onIntersectionExit"
/>
Similar to Collisions works
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: