Any solution to blend animator to another animator?

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

A 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.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like