- Home /
Question by
Loucus · Sep 07, 2019 at 09:05 AM ·
animationanimatoranimator controller
Animator.GotoState: State could not be found error fix?
So I'm setting a little pop animation for this game. Basically like guitar hero. When I press a key, it animates a little pop on the button. It works literally perfectly but im getting a warning stating:
Animator.GotoState: State could not be found UnityEngine.Animator:Play(String) keyAnimationController:Update() (at Assets/keyAnimationController.cs:37)
this error gets sent every time I press a key that coordinates to a button. I'm not sure what's wrong.
screenshot-3.jpg
(178.9 kB)
screenshot-2.jpg
(105.3 kB)
Comment