public void Exit()
 {
     PlayerPrefs.Save();
     GoogleServicesManager.SingOut();
     Application.Quit();
 }