Hello,
I am trying to crossfade to an "idle" animation after playing another animation clip in reverse.
Ex.
playerModel.animation["look_start"].speed = -1;
playerModel.animation.CrossFadeQueued("idle");
This doesn't seem to be working. What is the correct way to crossfade as soon as a reversed animation is done playing (ie reaches beginning)?
↧