Home

Published

- 1 min read

Animator.GotoState: State could not be found UnityEngine.Animator:Play (string)

img of Animator.GotoState: State could not be found UnityEngine.Animator:Play (string)

The solution for this is noted below

Animator.GotoState: State could not be found UnityEngine.Animator:Play (string)

Solution

   //you're trying to play animations that are not even named in your script

//or

//your variable's name is the same as your class

//or

//your class's name begins with a lowercase letter

Try other methods by searching on the site. That is if this doesn’t work