Two cameras one screen.

I would like to make a game for two, where two First Person Controllers with two cameras on one Screen. That is, for example, on the left, the 1st player’s camera, and on the other is the 2nd player’s camera. How can I carry it out? Please help

Hello, you can adjust Cameras viewport Rect property to achieve this behaviour.

maybe this?
Unity 5 How to use two cameras in the same Game View

Change the view port option as you want and the dept values for example your main camera dept value by default is i think -1 and your second camera dept value will b 0 and so on

Thank you all ! It helped me a lot. :slight_smile: