Skip to content

How to display view from more than one camera in a Unity game scene (ie: split screen, minimap, TV, etc)

Notifications You must be signed in to change notification settings

omarvision/multiple-cameras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multiple-cameras

How to display view from more than one camera in a Unity game scene (ie: split screen, minimap, TV, etc). You basically need the camera / render texture / and UI Raw Image. The camera renders to the render texture instead of the display. the render texture is set as the target of a UI raw image. THen you can place the UI raw image anywhere and anysize on the UI display

You Tube: https://youtu.be/4A-ptevH6-w

About

How to display view from more than one camera in a Unity game scene (ie: split screen, minimap, TV, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages