shut game unity

Code Example - shut game unity

                
                        public void QuitGame()
{
	Application.Quit();
}