- Home /
Question by
exotic_gaming · Jun 21, 2011 at 05:51 AM ·
camerascreensplit-screen
splitscreen cameras
im trying to make a multiplayer game u can play with ur friend but i want it to be on split screen so each one has half the screen how do i do that?
Comment
Best Answer
Answer by Ari Levi · Jun 21, 2011 at 06:17 AM
Make 2 cameras.
Use the "Normalized View Port Rect" controls in the camera options.
the X and Y are an offset from the bottom left of the screen- based of the screen ratio(0.5 will offset the viewport half a screen)
W and H are width and height, measured as a ratio of the screen(1 is the whole screen 0.5 is half the screen)