Using two animations at once

Hi,

So i am having trouble with the unity animator in general and understanding it.

How would you go about just normally playing two animations at once? One animation a walk animation with only the waist down enabled and then another for shooting which is from the waist up.

I have pulled it off with blend trees but he top part of the animation then is rotated to the left slightly so then the gun/animation is no longer facing the cursor.

Like: Screen capture - 2a9c48a37ea907f3d4aeff27e69294f2 - Gyazo

Look into the Animator’s Layer functionality. You can set different weights for the different layers based on the animations.