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
This is more of a suggestion really.
Rather than use WWW.EscapeURL and Request.Send(),
instead use UnityWebRequest.EscapeURL() and Request.SendWebRequest()
from the UnityEngine.Networking namespace.
##Then try replacing the IEnumerator coroutines with UniTask types
Great work with this.
The text was updated successfully, but these errors were encountered:
This is more of a suggestion really.
Rather than use WWW.EscapeURL and Request.Send(),
instead use UnityWebRequest.EscapeURL() and Request.SendWebRequest()
from the UnityEngine.Networking namespace.
##Then try replacing the IEnumerator coroutines with UniTask types
Great work with this.
The text was updated successfully, but these errors were encountered: