-1

I have a windows unity app and I also have two monitors, every time I launch the app I would like the window to appear from the screen in which I clicked it from, screen 0 or 1. Any advice?

TheGuy920
  • 9
  • 8

1 Answers1

0

Well, you can make another program to track in which monitor you clicked, and then launch your unity app sending this information.

Or you can simply specify in Unity in which monitor you want to display it, via code or just on the start screen:

enter image description here

Edit: To activate the Resolution Dialog (in versions below 2019.3) open your project->Project Settings->Resolution and Presentation->Display Resolution Dialog->Enabled

enter image description here

It's worth noting the warning box, which informs that in further versions of Unity, this will be removed, like in the 2019.3. More info here.

Lotan
  • 4,078
  • 1
  • 12
  • 30