- Home /
Is it possible to quit the game before the window appears?
My game doesn't have the default resolution dialog, and it has its own resolution settings mechanism, but it seems, somehow my game remembers which resolution it has been using previously. I'm not calling Screen.SetResolution, but still I get the previous resolution.
The ultimate goal is that the game should be able to quit before any window appears at all. Especially if fullscreen has been enabled, I feel that it's annoying that the application opens, when it's only going to quit anyway.
I basically use the application to launch other applications and then shut down.
Your answer
Follow this Question
Related Questions
Scale viewport/game by width instead of height? 1 Answer
How to create a simple chat window 0 Answers
Editor Menu Item open Window 2 Answers
Game with 2 separate windows 2 Answers