Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

public void OnQuitButton(){

                     Application.Quit();

}

Hook that method up to the quit button.
is that what you have?