So how can I achieve multiple attack animations or consecutive attacks in mecanim? Like if I click the left mouse button once it will just play “Attack01” animation if I click the left mouse button again it will play “Attack02” animation.
[31785-mecanim+ex.png|31785]If im understanding your question, you want to have several animations for the same input?
if so, a Blend Tree would work best if you want the player to roll right into the next animation, every time you attack give a random number to mecanim that will choose the animation
if you mean combos i would still use a blend tree but i would have a number that goes up every time you attack and goes down while not attacking and when its high enough moves to the next animation
my photo might help explain