Search Unity

Animating multiple animations

Discussion in 'Editor & General Support' started by roger0, Apr 17, 2014.

  1. roger0

    roger0

    Joined:
    Feb 3, 2012
    Posts:
    1,208
    Is there a way to display multiple animations in the scene view? I am trying to animate a spaceship battle but whenever I click off of one ship, the animation resets for that ship so I cant see how all of the ship animations look like together. Please help, thanks.
     
  2. roger0

    roger0

    Joined:
    Feb 3, 2012
    Posts:
    1,208
    *bump*
     
  3. roger0

    roger0

    Joined:
    Feb 3, 2012
    Posts:
    1,208
  4. drewradley

    drewradley

    Joined:
    Sep 22, 2010
    Posts:
    3,063
    Are you trying to play them through the "Animation" tab? If so, that only shows you the current animation you are working on.
     
  5. roger0

    roger0

    Joined:
    Feb 3, 2012
    Posts:
    1,208
    I know, but how can I view all of the animations at once in the scene?
     
  6. drewradley

    drewradley

    Joined:
    Sep 22, 2010
    Posts:
    3,063
    Easiest way I can think of is to put all the models in the scene, set the animation you wish to see as the primary animation on each model, make sure "Play Automatically" is set and then hit play. Then all the models will play their animation. If you want to see more than one animation per model, you'll have to write a script to do it. Use CrossfadeQueued would be my suggestion.