Exemplo n.º 1
0
 void OnDisable()
 {
     MySessionManager.RemoveListener(this.gameObject);
 }
Exemplo n.º 2
0
 void Navigator_Deactivate()
 {
     print("Navigable: Deactivating " + this.gameObject.name);
     MySessionManager.RemoveListener(this.gameObject);
 }