Hi,
I have been searching for a while and cannot find a solution to my problem. I have two different Unity games, and I would like both to run full screen, one on each monitor of a dual monitored computer. I also need them to load up in the right position automatically when the computer is switched on.
I can get a game to load up full screen on load by using a batch file in the \AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup directory but it always loads to the primary screen.
I've tried to load it from the command line passing the -adapter 2 parameter but this also just loads it up in the primary screen. I've read about the -adapter number not being as simple as 1 or 2 for monitor 1 or 2 but I have no clue how to find the correct reference.
I am using Unity 4.3.1 and windows 8.
Could someone please tell me how to use the command line -adapter parameter in Unity, and how to find the right adapter reference?
Or if I have the completely wrong approach to suggest a better one.
Thanks You in advance for your response.
↧