issues Search Results · repo:Unity3dAzure/RESTClient language:C#
Filter by
5 results
(49 ms)5 results
inUnity3dAzure/RESTClient (press backspace or delete to remove)Is this project able to handle Nullables too? If so can you please confirm?
For example : If a rest response includes the following information decimal ? decimalValue; double? doubleValue; float?
floatValue; ...
voxelbustersold
- Opened on May 31, 2019
- #7
Hi guys, Just to know, how do you include the Unity references into the library? Thanks in advance!
jdnichollsc
- Opened on Dec 27, 2018
- #6
When I tried StorageServicesDemo with latest RESTClient(4f985e0ed3becd423a7d241ba34fb692ea136a70), an authentication
error happend. https://github.com/Unity3dAzure/StorageServicesDemo
The reason is that ...
tarukosu
- 2
- Opened on Jun 21, 2018
- #4
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
deadlyfingers
- Opened on Jun 7, 2018
- #3
There appears to be an issue with POSTing a JSON body in Unity 2017.3
The workaround is to set chunkedTransfer = false; on the UnityWebRequest.
Related article:
https://forum.unity.com/threads/critical-unity-2017-3-www-with-wwwform-not-working-wrong-network-request-header-body-created.511420/ ...
deadlyfingers
- Opened on Mar 22, 2018
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.