Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

Commit b0a0199

Browse files
author
PlayFabJenkinsBot
committed
https://api.playfab.com/releaseNotes/#180129
2 parents c24ae34 + 5483c01 commit b0a0199

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
7 Bytes
Binary file not shown.

Source/Assets/PlayFabEditorExtensions/Editor/Scripts/Panels/PlayFabEditorSettings.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ public enum SubMenuStates
2020
public enum WebRequestType
2121
{
2222
UnityWww, // High compatability Unity api calls
23-
HttpWebRequest // High performance multi-threaded api calls
23+
HttpWebRequest, // High performance multi-threaded api calls
24+
#if UNITY_2017_2_OR_NEWER
25+
UnityWebRequest, // Modern unity HTTP component
26+
#endif
2427
}
2528

2629
private static float LABEL_WIDTH = 160;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.36.180123"; } }
1+
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.37.180129"; } }

0 commit comments

Comments
 (0)