AppServicesDemo icon indicating copy to clipboard operation
AppServicesDemo copied to clipboard

Add support for UniTask and Use UnityEngine.Networking.

Open hayone1 opened this issue 4 years ago • 0 comments

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.

hayone1 avatar Jul 22 '21 07:07 hayone1