[Solved] If I Have multiple Unity Animations Objects, how do I switch between them

Hello,
Im trying to make the animation using Unity, but My game have the Main Character looking front and looking back (its a top down shooter) I made it using frame by frame sprites, but does someone know how to do it using unity animation?

I have a lot of objects, one animation for each one, but how do I manage to hide all the other animations?

Managed it already, SetActive on gameObject… Thanks.