how to x out of a unity build code example
Example: how to x out of a unity build
void Update()
{
if(Input.GetKeyDown(KeyCode.Escape))
Application.Quit();
}
void Update()
{
if(Input.GetKeyDown(KeyCode.Escape))
Application.Quit();
}