Traditional Culture Encyclopedia - Photography and portraiture - Unity3d How to build a new camera?

Unity3d How to build a new camera?

A game scene can have multiple Camera objects. You can add a Camera by right-clicking the Hierarchy window to pop up a shortcut menu. However, a scene can only have one Main Camera object, and other cameras are generally used to capture the picture and draw it into RenderTexture (such as making a small map or a view window).