Walking animation stops when another animation plays while walking

Hello, so, I’m doing an attack animation. It’s cool it plays and all, but when it’s played while walking, the walking animation stops. Though it works fine if the attack animation play’s first and walk later.

The problem:
https://gyazo.com/a9579da2d339b39393b53d86eae3ddce

What I wanna achieve:
https://gyazo.com/f1e16b58be21a8eb111ba749db2d7f8e

Attack Animation Priority: Action
Walk Animation Priority: Movement

There’s no key markers for legs or any other limb except right arm.

Any help is appreciated, thanks! :heart:

Problem solved!
Well, the problem was I was trying to create another Animator when one existed already, and load to it. Loading the animation to the existing Animator fixed it. It was acctually a script problem, sorry!