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.
The animations are controlled within Unity using the Animator window to set up transitions between different states, allowing the bot to smoothly switch between idle, walking, and running animations.