Esempio n. 1
0
 public static void DownloadTexture(string url, System.Action <Texture> OnTextureDownloaded)
 {
     ServerAPI.DownloadTexture2D(url, OnTextureDownloaded);
 }