Ive tried blending two animations using:
animation.Play("Take 001", PlayMode.StopAll);
function Update () {
animation.CrossFadeQueued("walk", 0.4, QueueMode.CompleteOthers);
}
But it still jumps to the next animation, is there a better way to do this?