Hello.
I’ve got 4x animations: and my animation controller is automatically switching its state. How can I disable any automatic change?
Thanks a lot for taking your time to help a newbie
Hello.
I’ve got 4x animations: and my animation controller is automatically switching its state. How can I disable any automatic change?
I had the same problem once, the problem for me was because my animation controller script did not had any condition for them so it just looped between them all.
How are you controlling the animations?
Are you purely just adding animations and a transition between them?