Few questions about MECANIM

Will AnimatorController how to code from an animation clip to jump directly to another animation clips.

How should I get AnimatorController each transfer of information? Because I have to do an action synchronization, ask the practical MECANIM good?:O

in my case i’m confused of what are you trying to ask excactly

You want to jump from one anim to another immediately?

One way would be to use a blend tree and have each clip assigned a parameter value. Then thru code set the parameter to the value for the required clip.
It should jump straight to that clip and using the animator functions you can get the blend trees current clip etc.