GameDev : Quit Application in Unity!
Jul 14, 2021
The last thing we need is the Exit Application button.
If the game is running full screen, we need to program the game / software so we can get out!
Easy to understand, the Game Manager manage the flow of our game, so inside it we create an Escape button.
Again, google it!
“How can quit application in Unity”
We find this : Application.Quit()
To try it, we need to Build the game, and when we are in FullScreen, we press Escape key to Quit the Application.