- Home /
View four different cameras at once?
Lets say i have four cameras. Is it possible to view all of those cameras at once?
Would i have to have Unity3D Pro so that i can show the camera as a texture on an object?
1/ Yes, this video shows how to add a camera, define their screen position and draw priority : http://www.youtube.com/watch?v=ZuV9Xlt-l6g
Simply repeat the process for each camera.
2/ Yes, you need pro to render camera to surface, though there are some read from camera to create texture to apply to surface scripts out there. Check the Unity Wiki.
Answer by phxvyper · Jun 09, 2013 at 09:12 PM
Answer courtesy of @alucardj in the comments!
1) Yes, this video shows how to add a camera, define their screen position and draw priority : http://www.youtube.com/watch?v=ZuV9Xlt-l6g
Simply repeat the process for each camera.
2) Yes, you need pro to render camera to surface, though there are some read from camera to create texture to apply to surface scripts out there. Check the Unity Wiki.