Hi I got the basic top down movement animations all down. But I was wondering if there is a way that my character doesn’t slid when you press like up and right together? And is there a way to play the different idel animations when facing a certain way? Thanks
To stop the sliding, uncheck “Allow diagonals” in the object’s top-down movement behaviour settings.
To play the idle animation for each direction, you’ll can either:
-
have an event for each direction key (so use
"<
direction
> key is pressed"
as the condition) and set the animation in the action.
-
use the Top-down movement animator extension: