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?
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 .