- Home /
Two different sprites animation running simultaneously
I'm using spritesheets to do the animations. I have a gameobject which have the character sprites and animator, and another gameobject which have the weapon sprites and animator. Both child of an empty gameobject. I want these two animator to run at the same time, but I can't check whether the animations are synchronize properly because during debug, only one animator plays.
My question is how to properly run two different animations at the same time?
Hey! $$anonymous$$aybe this can help you out :) http://answers.unity3d.com/questions/160848/how-do-i-run-two-animations-at-once-on-the-same-ga.html
@bara$$anonymous$$Rossteig hi, thanks for the reply. I tried using blend tree like the answer suggested but whenever the weight of the layer was adjusted to a certain level, the sprite get completely replaced
Your answer
Follow this Question
Related Questions
2D Animation does not start 1 Answer
Change entire spriteSheet from animation tree 2 Answers
Fast Sprites Extraction from Sprite Sheet 0 Answers
Using multiple 2d rigs for one character? 0 Answers
Quickly switch sprite animation 2 Answers