Greetings,
I wish to know that how to use the animator when I want to create Sprite sheet animations using a series of png images (usual run, jump and so on).
I have some code to actually play an animation sequence out of a Sprite array (or linked list) but I don’t know how to harness the power of mecanim here.
Thanks in advance.
Thanks for the help. I managed it meself by writing my own simple animator and of course the sprite swapper to make a gif with a changable frame rate. Sure, I have no transitions but for such simple animations like mine it really won't be needed. I keep this tutorial for later reference.
– agiro