Notifications You must be signed in to change notification settings Placing sprites frame by frame in an animation clip in Unity is tedious, finicky, and brittle. And then after you make an animation ...
Sprite Animator is a Unity package that provides a custom animator designed specifically for 2D sprites. It leverages a global frame duration, allowing for full synchrony between animated objects.
In part one of how to create a simple 2D platformer for Android in Unity, we went over the basics of creating a 2D platformer in Unity for Android. In doing so, we created a very basic little ‘game’ ...