So I have a basic 2d setup with a sprite and rigidbody 2d.
I want to make the sprite image not rotate, but allow the rigidbody to.
- Make the sprite child of the object with rigidbody
- Save sprites transform.rotation on awake/start
- Reapply that saved rotation on LateUpdate()