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
Create an Arcade Physics group with two overlapping members. Add an overlap collider with a collision callback. The callback is called twice per collider update or world step.
The same will happen if you use a collide collider with custom separation (no separation).
It will not happen with an ordinary group or array or when the physics world useTree is disabled.