Ejemplo n.º 1
0
 protected void Start()
 {
     DontDestroyOnLoad(gameObject.transform.root);
     currentInstance = this;
     OnStart();
 }
Ejemplo n.º 2
0
 protected void Start()
 {
     DontDestroyOnLoad(gameObject.transform.root);
     currentInstance = this;
     OnStart();
 }