- Home /
Create animation from script
hey guys, im developing a game wich should be able to load animation from a file (XML) but i dont know how to create the animation from the script. in this case is just a 2D spritesheet that has only 1 sprite in it.
to make this easier i just need to create an animation based in a series "sprites", this being just image and position in the animation.
is this possible? after this i need to create the animator dynamically, is this possible too?
Comment