You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed PortableWebRequest to use UnityWebRequest in Unity 5.6
Unity 5.6 distributed UnityWebRequest in UnityEngine rather than
the UnityEngine.UnityWebRequestModule assembly used in later
versions. This was causing PortableWebRequest to display a warning
when the DownloadHandler type wasn't found then fallback to the
legacy WWW class instead. This changes PortableWebRequest to search
both UnityEngine and UnityEngine.UnityWebRequestModule assemblies
for UnityWebRequest module classes.
Change-Id: Ia3988145bf627e8360475979ad04d37bf2a17666
0 commit comments