What is the best way to animate a 2D sprite in Unity3d?

I would like to animate a 2D sprite in Unity3D. What is the best (least difficult) way to do this?

I have some images that I would like to make to create an animation. What is the simplest code and setup for this?

+4
source share
1 answer

There are several scripts on the Unified Community wiki in Animating Textured Textures in javascript and C #. They are a good starting point. Otherwise, you can use the advanced SpriteManager solution .

+7
source

All Articles