- Home /
Question by
CloudsPhantom · Mar 03, 2013 at 04:38 PM ·
gameobjectdisplaymonitor
Monitor or screen output onto a game object.
What I am trying to do is have a game object show what is currently being displayed on a monitor hooked up to the computer. I would like to set a option for a multi monitor system to pick witch one is being displayed. Basically I want the graphics output of the video card to be put on a object in the game. Any Ideas on how to do this?
Comment
Answer by Graham-Dunnett · Mar 04, 2013 at 12:56 PM
Use Render-to-Texture.
That would work for a in game camera, What I wanted it to display is the desktop of the computer, as if it was being sent to a 2nd monitor. Is that possible?