Animator.gotostate: State tidak dapat ditemukan UnityEngine.animator: Play (String)

//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
Thoughtful Tamarin