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?
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)