Unity 3d Photon network how to split the screen both player see just view of each other?

I need little help I make tricky tower game for PC I use photon Pun for multiplayer I need just share view to both side where 1st player watch 2nd player game and second one also see the view first player but when I do implement its not work properly when I create room i see only my game scene view and other when i join i see own view so both are in different view so what i do ? i see many YouTube tutorial but its not workenter image description here

Upvotes: 0

Views: 320

Answers (1)

Paweł Łęgowski
Paweł Łęgowski

Reputation: 830

You need 2 Cameras and setup their Viewport Rect setting to have them horizontally paralel on screen.

Like that

Upvotes: 0

Related Questions