Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#230123
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Jan 26, 2023
2 parents 0303ccc + 98cffbf commit 1e4d886
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ void Start()
private void Stop()
{
EditorApplication.update -= Update;
_www.Dispose();
}

private float _timeCounter = 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.156.230109"; } }
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.157.230123"; } }
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ static PlayFabSettings() { }
/// </summary>
public static readonly PlayFabAuthenticationContext staticPlayer = new PlayFabAuthenticationContext();

public const string SdkVersion = "2.156.230109";
public const string SdkVersion = "2.157.230123";
public const string BuildIdentifier = "adobuild_unitysdk_167";
public const string VersionString = "UnitySDK-2.156.230109";
public const string VersionString = "UnitySDK-2.157.230123";

public const string DefaultPlayFabApiUrl = "playfabapi.com";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ void Start()
private void Stop()
{
EditorApplication.update -= Update;
_www.Dispose();
}

private float _timeCounter = 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.156.230109"; } }
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.157.230123"; } }
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ static PlayFabSettings() { }
/// </summary>
public static readonly PlayFabAuthenticationContext staticPlayer = new PlayFabAuthenticationContext();

public const string SdkVersion = "2.156.230109";
public const string SdkVersion = "2.157.230123";
public const string BuildIdentifier = "adobuild_unitysdk_167";
public const string VersionString = "UnitySDK-2.156.230109";
public const string VersionString = "UnitySDK-2.157.230123";

public const string DefaultPlayFabApiUrl = "playfabapi.com";

Expand Down
Binary file modified Packages/PlayFabEditorExtensions.unitypackage
Binary file not shown.
Binary file modified Packages/UnitySDK.unitypackage
Binary file not shown.

0 comments on commit 1e4d886

Please sign in to comment.