3 cameras (front,left and right) at first person

Hello,

WOuld you know how to set up 3 cameras in 1 render ? how to split the viewport ?

I am very new in Unity so I have no idea on how to proceed. I saw on the forum that some persons suggest to use a virtual network with 1 virtual machin for each view but it looks quite heavy.

Thank you in advance for your help.

J.

Look that page, the “normalized viewport rect”. And make sure to delete the AudioListener from 2 out of 3 camera, as you can have only one in your scene.

Yes i finaly did it using the viewport rect. It is very easy to do.

I’m gonna delete the audiolistener form right and left cam also.

Thank you for your answer :).

OK Thank you for your help, it works perfectly. Actualy it was very easy and quick :slight_smile:

Im going to delete the audiolistener also.

now let’s try to make it move like in FPS mode!

thank you again.
Cm