We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab6e3a commit 377e6beCopy full SHA for 377e6be
Assets/HoloToolkit/Utilities/Scripts/Editor/ProjectSettingsWindow.cs
@@ -103,7 +103,7 @@ private void UpdateSettings(BuildTarget currentBuildTarget)
103
using (var webRequest = UnityWebRequest.Get(SharingServiceURL))
104
{
105
#if UNITY_2017_2_OR_NEWER
106
- webRequest.SendRequest();
+ webRequest.SendWebRequest();
107
#else
108
webRequest.Send();
109
#endif
@@ -166,7 +166,7 @@ private void UpdateSettings(BuildTarget currentBuildTarget)
166
using (var webRequest = UnityWebRequest.Get(InputManagerAssetURL))
167
168
169
170
171
172
0 commit comments