I need to change current animation even though it is not finish in palying.
example:
I’m in the middle of my slashing animation and then suddenly I press a button and it start to play another animation and stop my slashing animation in its middle of playing.
If you look at the image I have posted. say New State 0 is your slashing animation and New State 1 is your new animation.
Set the condition to a bool or something. Which you change to true in your script when you press this button.
For it to jump to the new animation straight away you need to close the start and end arrows of the overlap and move them to the start like I have at the yellow arrow.
This way none of the old animation will be blended with the new one.
Is there any other method using code directly?
– LinkDot