- Home /
How can I set the game to not let any black stripes, if played on different resolutions?
I want the game to only be playable in windowed mode. No fullscreen, no resize. Just 1280x720 windowed mode. If I change the resolution on my computer the game has black stripes, and the game objects are in different positions. I set it to scale with screen size. How can I solve this?
simply disable the resolution dialog pop up and set your desired resolution and force window in the project settings
I can set the resolution and set it to windowed in project settings, but don't know how to disable the resolution dialog pop up, because I can't find it.
well it totally depends on your unity version, from 2019.3 i think it was completly remove, older versions they used to call it different... you will have to find for your version but it should be located in player>resolution>stand alone
I didn't put any resolution dialog in my game. The user can't change it in runtime.
there is also an option called "resizeble window" in the settings you are talking about that?
Your answer
Follow this Question
Related Questions
PlayerPrefs.DeleteAll() changes resolution setting? Looks like a unity bug 3 Answers
Start with settings from updater 0 Answers
Resolution Switch In Game Not Working Properly 1 Answer
4K Standalone 0 Answers
Resolutions duplicates in options menu 0 Answers