How to stop Quickstop animation when sliding?

Soulriver

New member
How to stop QuickStop ability immediately instead of waiting for animation events when player is sliding? When Player starts sliding I want stop quickstop animation immediately. Otherwise player perform the animation while he's sliding.(I'm using custom animation with animations events).
 
If the stop animation is still playing when you start your slide animation, then you'll need to modify the animator controller accordingly - e.g. you could try adding an exit transition from the Stop Left/Right substates using your slide ability's ability index.
 
Top