public static UnityWebRequest GetTexture(string uri) { return(UnityWebRequest.GetTexture(uri, false)); }