private void Update() { if (Input.GetKeyDown(KeyCode.Y)) { m_Animator.WalkForward(); } m_StateController.UpdateState(); }