Пример #1
0
 public void StartDownload(OnLoadBundleComplete onCom_, OnLoadBundleProgress onProgress_, OnLoadBundleError onError_)
 {
     Debug.Log("开始进入下载阶段");
     OnComplete += onCom_;
     OnProgress += onProgress_;
     OnError    += onError_;
     CoroutineProxyManager.getIns().StartCoroutineDelegate(DownloadAndCache);
 }
Пример #2
0
 void Awake()
 {
     _instance = this;
     Debug.Log("Hello");
 }