Hey everyone,
I’m designing a game akin to the olden SNES games, so a 2D grid in Pixel Art. Ive written a basic script that takes care of movement, and now Im trying to figure out how to animate characters in the animator.
Ive gotten to the point, where I have an idle state (facing the player), and when I press A or left, the character starts animating to the left. When the input stops, the characters stops animating. So far so good. But the other directions do not work, namely:
-
Up / W works as well, but not in the same playtest as left/A
-
Right/D and Down/S simply mirror the other two and don’t animate their own graphics, meaning if I press right, the character animates to the left.
Also, small side question, how do I move around in the animator. So far I can only zoom in and out which is really annoying. Thanks!