I am planning to run two or more instances of a "game" at a single PC and I need to start this automatically using command line scripts.
I start in windowed border-less mode using a FullHD resolution. According to http://docs.unity3d.com/Manual/CommandLineArguments.html this command should work, but it shows up at my first monitor no matter what. Maybe this just works in fullscreen?
game.exe -popupwindow -screen-width 1920 -screen-height 1080 -adapter 2
Is there any other way to force the "game" to show on other monitors in windowed mode?
↧