- Home /
Question by
grimmy · Aug 26, 2016 at 02:31 PM ·
webplayerwwwwebrequest
What is the equivalent of unityWebRequest.downloadHandler.text when using WWW?
I have a plugin that is using UnityWebRequest but it seems that there is currently a few bugs in that new Unity function (at the unity end) so I'm hoping to go back to the legacy WWW. However, I'm not sure how to translate unityWebRequest .downloadHandler.text into the same www.downloadHandler.text.
Can anyone help?
UnityWebRequest issue is here: https://issuetracker.unity3d.com/issues/ios-unitywebrequest-dot-post-calls-fail-on-ios
Comment