Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#241108
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Nov 13, 2024
2 parents 44a67dd + 38ad4fa commit 165519a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
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.204.241025"; } }
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.205.241108"; } }
Original file line number Diff line number Diff line change
Expand Up @@ -4759,15 +4759,18 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon
/// </summary>
public string PubSubConnectionHandle;
/// <summary>
/// The name of the resource to subscribe to.
/// The name of the resource to subscribe to. For LobbyChange subscriptions this is the lobbyId. For LobbyInvite
/// subscriptions this should always be "@me".
/// </summary>
public string ResourceId;
/// <summary>
/// Version number for the subscription of this resource.
/// </summary>
public uint SubscriptionVersion;
/// <summary>
/// Subscription type.
/// Subscription type. "LobbyChange" subscriptions allow a member or owner to receive notifications of lobby data, member or
/// owner changes. "LobbyInvite" subscriptions allow a player to receive invites to lobbies. A player does not need to be a
/// member of a lobby to receive lobby invites.
/// </summary>
public SubscriptionType Type;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ static PlayFabSettings()
/// </summary>
public static readonly PlayFabAuthenticationContext staticPlayer = new PlayFabAuthenticationContext();

public const string SdkVersion = "2.204.241025";
public const string SdkVersion = "2.205.241108";
public const string BuildIdentifier = "adobuild_unitysdk_167";
public const string VersionString = "UnitySDK-2.204.241025";
public const string VersionString = "UnitySDK-2.205.241108";
public static string EngineVersion = UnityEngine.Application.unityVersion;
public static string PlatformString;

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.204.241025"; } }
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.205.241108"; } }
Original file line number Diff line number Diff line change
Expand Up @@ -4759,15 +4759,18 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon
/// </summary>
public string PubSubConnectionHandle;
/// <summary>
/// The name of the resource to subscribe to.
/// The name of the resource to subscribe to. For LobbyChange subscriptions this is the lobbyId. For LobbyInvite
/// subscriptions this should always be "@me".
/// </summary>
public string ResourceId;
/// <summary>
/// Version number for the subscription of this resource.
/// </summary>
public uint SubscriptionVersion;
/// <summary>
/// Subscription type.
/// Subscription type. "LobbyChange" subscriptions allow a member or owner to receive notifications of lobby data, member or
/// owner changes. "LobbyInvite" subscriptions allow a player to receive invites to lobbies. A player does not need to be a
/// member of a lobby to receive lobby invites.
/// </summary>
public SubscriptionType Type;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ static PlayFabSettings()
/// </summary>
public static readonly PlayFabAuthenticationContext staticPlayer = new PlayFabAuthenticationContext();

public const string SdkVersion = "2.204.241025";
public const string SdkVersion = "2.205.241108";
public const string BuildIdentifier = "adobuild_unitysdk_167";
public const string VersionString = "UnitySDK-2.204.241025";
public const string VersionString = "UnitySDK-2.205.241108";
public static string EngineVersion = UnityEngine.Application.unityVersion;
public static string PlatformString;

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 165519a

Please sign in to comment.