Rigidbody2D.MovePosition does not work in Unity Playworks Plugin 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 usingRigidbody2D.MovePosition()
.