So, I have a death animation where the character is standing, then falling to the ground.
I trigger this animation through a bool value set up in mecanim.
Now I want to play the death animation only once. After that I dont wan’t to blend in another animation. Actually I just want to stop at the last frame of the animation and hold it. Is there any easy way to this?
Regards