Two game screens/windows?

Is it possible to make Unity game with 2 screens/windows?
I want to play game on one window, but have second active too which will show its own stuff.
Thanks in advance.

EDIT: I want to do this because of Oculus Rift. Oculus rift pretty much copies the game window onto its little screen on the device, while showing the same window on my monitor too. Since Oculus acts as a second monitor, could it be possible for me to use layers so that one thing will show on Oculus(monitor2) and something different on my main monitor(monitor1)?
This thread is kind of a continuity of this.

@quantumface
In the new versions of unity you could do that by RMB on the game window and choose Game then drag the new window where you want it to be. I think you can drag it to an external monitor also.

I think the best way for a single person to do this is with two separate (but networked) applications running side-by-side.

I’m looking into doing something similar and think it might be possible with this:

Hi!

At least in Unity 2021.3.11f you can open as many Game tabs as you want here, with right click over the actual Game tab:

200354-captura-de-pantalla-2022-10-03-092547.png

Hope it helps! :wink: