Im trying to learn how I can play 2 animations for a character at once with smooth transitions in Mecanim. For instance, running and shooting at the same time. Right now when my character runs, when i go to shoot he stops and i have to press the button so he runs again, is there a way to achieve playing 2 animations together? Please help!
You need to put the shooting animation on a separate layer and have it override the arm animation of the arm used for shooting with a mask.
http://video.unity3d.com/video/7362044/unity-40-mecanim-animation-tutorial
I see, but how can i override the arm animation ? wil this vid give me the info needed for that?