Animating multiple animations

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.

bump

up

Are you trying to play them through the “Animation” tab? If so, that only shows you the current animation you are working on.

I know, but how can I view all of the animations at once in the scene?

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.