Automatically convert spritesheets to animator / animations ?

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 !

To my knowledge - this automatic system has to be designed by the developer - does not exist as a tool/plug-in.
Their are too many variables that would cause this tool not to be useful except for specific cases, all characters for this specific game.

Ew, i’ll have to import them and make the animation by hand then. Thank anyway !