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