Exemplo n.º 1
0
 void OnGUI()
 {
     if (!_instance)
     {
         _instance = this;
     }
     ScenePage();
 }
Exemplo n.º 2
0
 public void Awake()
 {
     _instance = this;
 }