combining Animations...

Hello.

I have two animations.... A walk animation and a Reload animation.

I need to animate the top half as my "Reload" and the bottom half as my walk animation.

Thanks, stringa

AddMixingTransform is the way to do it. You can check this out: http://answers.unity3d.com/questions/19168/how-to-i-play-two-animations-simultaneously-upper-body-and-lower-body

Basically you make the reload animation so that only the upper body bones are recorded. Next play walk animation and the play reload animation at higher priority. There is an animation example project on the unity site that shows how to do this.