How to do a 4P split screen internet multiplayer

I am new to Unity and I am trying to build a competitive multiplayer tower building game. I am currently using Unity’s network manager for the multiplayer, which means I have created a generic player prefab (that is automatically spawned when a new client connects) but I can’t seem to figure out the camera.

I want to have a number of split screens (the number depends on number of players in the game), each following the height of the respective players towers. The effect that I want is something like this:

Can someone please give me a quick pointer as to how I can build something like this? (Maybe the name of some unity’s inbuilt function which I can google and find out more about).

You just need to change the cameras view rect:

if you set width to .25 for 4 cameras and x to 0 + .25 * currentCamera, you’d end up with those 4 next to each other.
Just put 2 into the scene and play with the values to see the effect

@iloveneh I have made this tutorial to clarify how to do that in short time. Check out if you like watching tutorials. https://goo.gl/hnrQmn