Assets/Scripts/PlayerController.cs @@ -63,6 +63,7 @@ { get { Debug.Log("gameIsPaused: " + PauseMenu.GameIsPaused); return animator.GetBool(AnimationStrings.canMove) && !PauseMenu.GameIsPaused; } }