Skip to main content

Rigidbody2D.MovePosition does not work in Luna build

This is likely due to the MovePosition method not being fully supported for both 2D and 3D rigidbodies in Luna.

Possible solution:

  • Use Rigidbody2D.velocity instead of using Rigidbody2D.MovePosition().