File tree 4 files changed +3
-3
lines changed
PlayFabClientSample/Assets/PlayFabSDK/Public
PlayFabCombinedTestingSample/Assets/PlayFabSDK/Public
PlayFabServerSample/Assets/PlayFabSDK/Public
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public enum PlayFabLogLevel
19
19
public static class PlayFabSettings
20
20
{
21
21
public const string SdkVersion = "0.31.160705" ;
22
- public const string BuildIdentifier = "jbuild_unitysdk_0 " ;
22
+ public const string BuildIdentifier = "jbuild_unitysdk_1 " ;
23
23
public const string VersionString = "UnitySDK-0.31.160705" ;
24
24
25
25
internal static bool HideCallbackErrors = false ; // This should only be used by unit-tests that test deliberately throwing errors
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public enum PlayFabLogLevel
19
19
public static class PlayFabSettings
20
20
{
21
21
public const string SdkVersion = "0.31.160705" ;
22
- public const string BuildIdentifier = "jbuild_unitysdk_0 " ;
22
+ public const string BuildIdentifier = "jbuild_unitysdk_1 " ;
23
23
public const string VersionString = "UnitySDK-0.31.160705" ;
24
24
25
25
internal static bool HideCallbackErrors = false ; // This should only be used by unit-tests that test deliberately throwing errors
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public enum PlayFabLogLevel
19
19
public static class PlayFabSettings
20
20
{
21
21
public const string SdkVersion = "0.31.160705" ;
22
- public const string BuildIdentifier = "jbuild_unitysdk_0 " ;
22
+ public const string BuildIdentifier = "jbuild_unitysdk_1 " ;
23
23
public const string VersionString = "UnitySDK-0.31.160705" ;
24
24
25
25
internal static bool HideCallbackErrors = false ; // This should only be used by unit-tests that test deliberately throwing errors
You can’t perform that action at this time.
0 commit comments