Switch Animation without transitions

Hi, is there any way to just switch between different animations without making all the transitions in an animation controller? the number of transitions i have to configure grow if i add too many animations.

Use Animator.CrossFade.

Thanks