Unity – Script to turn image to animation
2022/11/28 | Unity | No Comments
So when I try to implement animation using Unity, I found the whole process not only too long, you also need to do repeat steps over and over for a tiny modify. Anyway, if you feel the same, this is a post for you, the code will be at the bottom.
Target
- Put all sprites/spritesheets in a folder
- Press menu button
- Turn spritesheet to <name>.anim at output folder
By Dean