Search Unity

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

Discussion in '2D' started by tinho1990, Jul 20, 2019.

  1. tinho1990

    tinho1990

    Joined:
    Jul 17, 2019
    Posts:
    3
    Hello,
    I`m trying to make the animation using Unity, but My game have the Main Character looking front and looking back (it`s 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? helpUnity.JPG
     
  2. tinho1990

    tinho1990

    Joined:
    Jul 17, 2019
    Posts:
    3
    Managed it already, SetActive on gameObject... Thanks.