Walk and shoot at same time ( leyers )

I am using unity 3.5.7 version

I already have walk animation and shoot animation
But if user try to walk and shoot at same time … Not working ( on works shoot and walk freez )

How can i play ( use ) both at same time using leyers, on unity 3.5.7 please help ¡!?

Any help will be apreciate so much

If you are using legacy animation system (animation component not animator) then you have to use AddMixingTransform(),

see this page (TOPIC: animation mixing ) for reference there is an example for hand waving animation but concepts are same for shooting.

http://docs.unity3d.com/Documentation/Manual/AnimationScripting40.html

and also the complete code in this page:

thank you … so much … now is working
i try first with leyers… and works both leyers and addmixing transfor.

thanks a lot !