I’m trying to follow the unity stealth tutorial and it’s all working fine up until now.
I’m on this section: http://unity3d.com/learn/tutorials/projects/stealth/player-movement
But when I hit play, and try to run the animations all play, the speeds set correctly, but the character will not move! He rotates though.
I’ve tried copy/pasting his script also to no avail. It makes no sense because he uses rigidBody.MoveRotation and I checked online, says it only rotates and doesn’t move (which is either wrong or the name is confusing).