Neither of the characters move and when you click around, it produces an error. Everything was working fine before I created the prefab variants. Any Ideas?
NullReferenceException: Object reference not set to an instance of an object
RPG.Movement.Mover.StartMoveAction (UnityEngine.Vector3 destination) (at Assets/Scripts/Movement/Mover.cs:27)
RPG.Control.PlayerController.InteractWithMovement () (at Assets/Scripts/Control/PlayerController.cs:51)
RPG.Control.PlayerController.Update () (at Assets/Scripts/Control/PlayerController.cs:15)
This is the Line that it takes me to when I click the error:
GetComponent().StartAction(this);