Window Size Resolution Not Working On Other Machines
I've been working on a mobile phone game, set to the resolution of 720 by 1280, but I also intend to have it function on Windows/Mac via a window. Whenever I build the game, it looks fine on my computer screen (seems to be at the proper resolution). But whenever it's on a different machine, the window is inappropriately sized, to the point that it no longer fits on the screen and is thus unplayable.
Due to the nature of the game, I have it set fixed at 720 by 1280 for the PC/Mac build.
I can rule out OS, as I've tested it on the same OS on a different machine. I've also ruled out the system resolution, as both my computer and the test computer are running at 1920 by 1080. I read some things about how having dual monitors can cause some wonky issues, which may be related as I have two monitors.
Your answer
Follow this Question
Related Questions
Screen.SetScreenResolution breaks the view 0 Answers
Multi-Display rendering offset when displays have different resolutions 4 Answers
Scale to resolution but not window size 0 Answers
Make static object height match the max height of a bouncing ball in any resolution 0 Answers
Change font-size according to resolution 3 Answers