Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Trallor's avatar
Trallor
Honored Guest
8 years ago

display on 2 screen + occulus? (SOLVED)

Hello,

I'm develloping a student game with Unity for Occulus rift+ touch. 
My gameplay is asymetrical, 1 player in the Occulus and 1 on the PC. (they don't see the same thing)
The point is, i need to show both players screens to people for the final showing of the year.

so, is it possible to do this:

screen 1: the Pc player   screen 2: the Occulus player (while he is playing wih the occulus)

the game should be displayed on 3 screens at the same time in fact. (2screen+occulus)

Thanks you!  :)

1 Reply

  • Trallor's avatar
    Trallor
    Honored Guest
    Hello,

    Thanks for your answer, that was not the think i was looking for, but it let me realise something that helped me.

    So i duplicated the oculus camera to a fullscreen new monitor and add a script who activated a second screen on my unity build.
    So it's working fine now i have a game displayed on 2 physical screen (player 1, player2) and in the oculus (player2).

    Thanks :)