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