Example #1
0
 void OnPause(DefaultEvent eventdata)
 {
     this.Paused = true;
     this.MenuObject.gameObject.SetActive(true);
     MenuObject.Back();
     // test audio thing
 }