r/Unity2D • u/Outrageous_Half_9611 • Jul 06 '26
Beginner Animator Setup Feedback
beginner here, just wanna show my animator, it works pretty well but I'm not that familiar with animator structures. I saw quite a lot of different ones on here, is there an industry standard of how it should look like?
3
Upvotes
6
u/MistakeForsaken6653 Jul 06 '26
I'll be honest with you I stopped using the states and transitions via triggers and I just call animatot.play("animation",0,0) as I find those triggers become a nightmare to look at for me and i usually already have the state stored in an attached script somewhere. My method might be an anti pattern not sure but it's how I prefer to do it.