How to blend two animations smoothly?
I have two ideas.
First, artists make the transitional animation between two animations. I play the transitional aniamtion after previous animation, and then play the next animation.
Second, write code to blend two animation. In the overlap of two animations, I blend the two animation with smoothly changing weight.
Which idea is better? Or use both? Or use other better methods?