protected override void Update() { base.Update(); animationController.Move(movementDelta, this.transform.forward); ChangeColor(); }