Question by
lonetree · Oct 28, 2020 at 04:55 AM ·
multiple-monitorsdisplaysmonitors
Multi Monitor Display Issue
Hi.. I am try to use multi monitor display. There are 3 Monitors connected to one computer. and i need launch unity game app on monitor 3 only. I checked all Target display option as Monitor 3. unity logo appears but did not appear after that. it just black. What i missed? any advice would be Thanks.
Comment
Answer by KimGyeongyeop · Jan 11 at 05:21 AM
Have you ever activated it?
if (Display.displays.Length > 1)
Display.displays[1].Activate();
if (Display.displays.Length > 2)
Display.displays[2].Activate();
Your answer
Follow this Question
Related Questions
Multi monitor with different resolutions and orientations? 1 Answer
Texture2D ReadPixels for specific Display 0 Answers
Multi Display Not working after scene reload. 7 Answers
UI interactables with multi display not working 0 Answers
Why input.mousePosition addapting position with clicked display in editor but not in build? 0 Answers