how to android backbutton app close?

hellow

if(Input.GetKeyDown(KeyCode.Escape))Application.Quit();

KeyCode.Escape is the equivalent of the “back”-button on Android.

Please mark as answered if this helped you out :wink: