-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
In the HttpRequest system using Http.Get with the expectations of a Texture returns null.
As of v2017.3
Unity have implemented a new method for getting textures specifically called UnityWebRequestTexture.GetTexture().
https://docs.unity3d.com/ScriptReference/Networking.UnityWebRequestTexture.GetTexture.html
However the first introduction of GetTexture was UnityWebRequest.GetTexture and implemented In v5.6
https://docs.unity3d.com/560/Documentation/ScriptReference/Networking.UnityWebRequest.GetTexture.html
Reactions are currently unavailable