what is blend tree: youtube.com/watch
I want to realize a falling animation of characters.
for example:
My character is not falling state, so the idle animation is played continuously.
My character falls x speed, so the animation is played continuously falling.
My character falls by more than x speed, so the second falling animation is played continuously..
My character falls much more than x speed, so the third falling animation is played continuously.
The essence is that I want to set an animation of the characters based on their speed.