Reader small image

You're reading from  Unity 5.x Animation Cookbook

Product typeBook
Published inMay 2016
Reading LevelExpert
PublisherPackt
ISBN-139781785883910
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Maciej Szczesnik
Maciej Szczesnik
author image
Maciej Szczesnik

Not interested. Too busy with current game project. Source: Linkedin.
Read more about Maciej Szczesnik

Right arrow

Changing cameras with animation


Not only can we animate cameras using the Animation View, but we can also change the shots in time.

Getting ready

This recipe will also be created from scratch in Unity. You can download the example Unity project provided and go to Chapter 08 Animating Cutscenes\Recipe 02 Changing cameras with animation directory. You can find a Camera Changer game object in the Example.unity scene there, with three cameras as children. If you play the game, the cameras will change.

How to do it...

To change cameras using animation, follow these steps:

  1. Create an empty game object in the Scene View and name it CameraChanger.
  2. Rename the Main Camera to Camera (1) and copy it two times. You should have Camera (1)Camera (2), and Camera (3) game objects.
  3. Parent all three cameras to the CameraChanger.
  4. Place the cameras as you wish.
  5. Set the Depth of the cameras in increasing order. Every new shot should have a greater Depth value.
  6. Select the CameraChanger game object and open the Animation...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Unity 5.x Animation Cookbook
Published in: May 2016Publisher: PacktISBN-13: 9781785883910

Author (1)

author image
Maciej Szczesnik

Not interested. Too busy with current game project. Source: Linkedin.
Read more about Maciej Szczesnik