Start Animation From where it is transit to other state or cross fade to other state

I have two animations , from one animation i will cross fade to other at any time. but what i want after complete animation i back to previous one and start it from where i left …
Anyone can help ??

If you’re using the Animator you can use Animator.CrossFade() to crossfade between animation states.

After that, it’s just a matter of looping back to the start and repeating.