Esempio n. 1
0
 public AppPublishContentLoader(string _url)
 {
     UnpackKeystore = null;
     this.StartCoroutine(LoadAsset(UDownloadRequest.Send(_url)));
 }
Esempio n. 2
0
 public AppPublishContentLoader(string _url, Func <byte[], byte[]> _unpackKeystore)
 {
     UnpackKeystore = _unpackKeystore;
     this.StartCoroutine(LoadAsset(UDownloadRequest.Send(_url)));
 }