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 Unity, a package is a library of code and or assets that provide some additional functionality or features, such as advanced math or physics. Some packages come pre-installed with any Unity project ...