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