Unity3dAzure/RESTClient

UnityWebRequest 2017_2_OR_NEWER compiler directive

deadlyfingers opened this issue · 0 comments

Multiple versions of Unity requests need to be updated:

#if UNITY_2017_2_OR_NEWER
  yield return www.SendWebRequest();
#else
  yield return www.Send();
#endif