Hello,
I have a question about the animation system in unity. I would like to import multiple spritesheets, that will automatically be converted in animator / animations. Every sprithesheets’ animator should be like this :
bool Walking
[Anim Ilde] ← If Walking == true / false → [Anim Walking]
And no exit time
The thing is that I currently have 50+ spritesheets, and it will grow soooo quickly… I don’t feel like making an animation system for every sprithesset by hand, it would take me too much time…
So I wondered if there was any system / or maybe a plugin ? that will allow me to do that ?
Thank for the help by advance !