AppServicesDemo icon indicating copy to clipboard operation
AppServicesDemo copied to clipboard

Azure App Services demos for Unity

Results 4 AppServicesDemo issues
Sort by recently updated
recently updated
newest added

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...

Had a request to show AAD as sign-in option in addition to the social sign-in options already available.

enhancement

Hi Im just working with the azure code here, and wondering if there is an example anywhere of sending custom data to the easy api system and then being able...

The steps 1. Load VS2015. 2. Create ASP.NET 5 Web API + add DB and DB SERVER 3. Publish to Azure 4. Goto 'Web App' Click 'Easy tables' not supported.....

question