Exemplo n.º 1
0
 void Awake()
 {
     GameLaunch.DontDestroyOnLoad(this.gameObject);
     UIManager.Instance.Init(Instantiate(Resources.Load <GameObject>(PathCollections.RootPath)).transform);
     RegisterUI();
 }