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.
Just put it on your spriteRenderer and enable castShadows & receiveShadows on it (allowed in Debug mode). This file contains bidirectional Unicode text that may be interpreted or compiled differently ...
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’ ...