Rigidbody2D stops working responding to physics events
This could be due to toggling Rigidbody2D.simulated
between true and false.
Possible solution:
- If possible, don’t change the
Rigidbody2D.simulated
to false. Instead move it to a different position in the world, or disable its colliders so no physics interactions happen.