2D side scroller - land animations

It sounds like you need to tweak ( or make ) the state machine in the animation blueprint.

That decides what animation will play when ( mostly ), and using a state variable, you can decide when to move the player from one state to another, and consequently, which animation to play when.

Inside the little double arrow are pieces of code, letting the system know when to move from one state to another.

1 Like