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