- Home /
Animator run 2 animations at once
Hello! I need to run 2 animations at once in my Unity3d game. I'm using Animator Component. I want to run animation of walking,and animation of smiling at once.(Character must walk and smile at the same time). I know how to use 1 animation at once,but I don't know how to run 2 animations at once.
Answer by DiegoSLTS · Oct 20, 2015 at 08:56 PM
You have to use layers: http://docs.unity3d.com/Manual/AnimationLayers.html
Thanks It worked,but what really does Avatar $$anonymous$$ask? I thought it can disable a part of bones while playin animations of a Layer with that $$anonymous$$ask. I've disabled legs in the Avatar $$anonymous$$ask of the $$anonymous$$ain Layer with the "Walk" animation,but character can still walk normally,why ?
You can search it up on YouTube, Unity has heaps of great tutorials for the animation system.
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Multiple Cars not working 1 Answer
Animation disturbing circular rotation 1 Answer
Animation at the end of the level 1 Answer
How to Serialize an AnimationState 0 Answers