I want to assign different animations to my character when he is walking and turning left/right.
My problem is that I’m using a NavMeshAgent so I cant get the Input values from the keyboard to know how much he is turning or not.
How could I find it via scripting?