Unity3dAzure / AppServicesDemo

Azure App Services demos for Unity
https://www.deadlyfingers.net/tutorial/azure-app-services-for-unity3d
MIT License
27 stars 13 forks source link

Add support for UniTask and Use UnityEngine.Networking. #45

Open hayone1 opened 3 years ago

hayone1 commented 3 years ago

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.