Creating a picture-in-picture effect
Having more than one viewport displayed can be useful in many situations. For example, you may want to show simultaneous events going on in different locations, or you may want to have a separate window for hot-seat multiplayer games. Although you can do this manually by adjusting the Normalized Viewport Rect parameters on your camera, this recipe includes a series of extra preferences to make it more independent from the user's display configuration.
Getting ready
For this recipe, we have prepared the BasicScene
Unity package, containing a scene named BasicScene
. The package is in the 1362_05_codes
folder.
How to do it...
To create a picture-in-picture display, just follow these steps:
- Import the
BasicScene
package into your Unity Project. - From the Project view, open the BasicScene level. This is a basic scene featuring an animated character and some extra geometry.
- Add a new Camera to the scene through the Create drop-down menu on top of the Hierarchy...