Hi
Hi I get the following error when trying to implement the script of Unity 3rd Person Combat and Traversal.
NullReferenceException: Object reference not set to an instance of an object
PlayerBaseState.Move (UnityEngine.Vector3 motion, System.Single deltaTime) (at Assets/Scripts/State Machines/Player/PlayerBaseState.cs:21)
PlayerFreeLookState.Tick (System.Single deltaTime) (at Assets/Scripts/State Machines/Player/PlayerFreeLookState.cs:48)
StateMachine.Update () (at Assets/Scripts/State Machines/StateMachine.cs:18)
And the character don’t move. What will be the problem?
Thank you,
Ari