- Home /
Resolution dialog has no influence.
The resolution dialog stopped working after having built and ran it once with Hidden by Default. Putting it back on Enabled shows the dialog box but settings like Windowed are ignored. (build still starts in fullscreen and no scripting is telling it to).
Answer by Curb · Apr 09, 2015 at 02:44 PM
Figured it out so might as well answer this myself if people come across it.
Go to player setting's upper right menu and pick debug. A lot more options show up now. One of these is Default is Fullscreen and Default is native resolution, turn these off.
It seems like Unity doesn't properly remove this toggle every time as it appeared as untoggled when not in debug mode. Or something in my project was preventing it to do so. Anyway, after doing this the resolution dialog had control over the game again.
I'm also getting the following error when in the player settings' debug mode that could be related:
type is not a supported int value UnityEditor.DockArea:OnGUI()
Your answer
Follow this Question
Related Questions
[Help] FullScreenMode - what is it? 0 Answers
Unity PC Build Keep Fullscreen in Windows 7 0 Answers
Changing the default window mode (fullscreen/windowed) of a compiled Unity game? 2 Answers
Screen.SetResolution doesn't work when the game starts windowed? 0 Answers
How can I enter fullscreen mode in a very low resolution? 0 Answers