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