I am trying to quit my game after pressing back button but its not working.
Here is my code:
public Canvas quitMenu;
public Button startText;
// Use this for initialization
void Start ()
{
quitMenu = quitMenu.GetComponent
↧