Editing animations of distinct gameobjects simultaneously

Hello everyone ! :slight_smile:

I would like to make an animation of two distinct objects for a cutscene. I want to animate a vehicule moving in the scene and the camera which will look at my vehicule. I have already made the vehicule’s animation.

I was wondering if I had the possibility to preview simultaneously the animation of my vehicule and the animation of my camera. Thus, I will be able to edit the camera’s animation so as to keep my vehicule in the field of view of my camera for example.

I don’t want to use the LookAt function within a script. I would like to launch the animations from the editor, with the ► button of the Animation window (if possible) :

Animation Editor

Thank you in advance !

Hi!
While this might not work in certain circumstances (depending on the object structuring needs for your project)… If you create an empty gameobject and place the camera and vehicle inside it as children, you can then create an animation clip on the parent object and the parameters for both the camera and vehicle will be exposed in the animation clip too. This way you can preview them together.

Hope that helps!