I'm working on 2 animators in a single character.
The reason I need to do this instead of using layers is that I have many different variables and states and layers.
These 2 animators work for different things at different times.
However, The problem came when I want to transition from animator1 to animator2.
Is there any solution to blend between animators?
1 Answer
I think you may consider to use
Blend Trees
3A common task in game animation is to blend between two or more similar motions. Perhaps the best known example is the blending of walking and running animations according to the character’s speed. Another example is a character leaning to the left or right as it turns during a run.