how can i close my unity game with a button code example Example: quit button unity void quitGame() { Application.Quit(); }