Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#240719
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Jul 22, 2024
2 parents 7cea9d4 + f2ae2cd commit 85a908a
Show file tree
Hide file tree
Showing 18 changed files with 132 additions and 22 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.196.240621"; } }
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.197.240719"; } }
20 changes: 19 additions & 1 deletion ExampleMacProject/Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2633,8 +2633,16 @@ public enum GenericErrorCodes
StatisticDefinitionModificationNotAllowedWhileLinked,
LeaderboardUpdateNotAllowedWhileLinked,
CloudScriptAzureFunctionsEventHubRequestError,
LeaderboardRateLimitExceeded,
ExternalEntityNotAllowedForTier,
InvalidBaseTimeForInterval,
EntityTypeMismatchWithStatDefinition,
SpecifiedVersionLeaderboardNotFound,
LeaderboardColumnLengthMismatchWithStatDefinition,
DuplicateColumnNameFound,
LinkedStatisticColumnNotFound,
LinkedStatisticColumnRequired,
MultipleLinkedStatisticsNotAllowed,
MaxQueryableVerionsValueNotAllowedForTier,
MatchmakingEntityInvalid,
MatchmakingPlayerAttributesInvalid,
MatchmakingQueueNotFound,
Expand Down Expand Up @@ -2812,6 +2820,7 @@ public enum GenericErrorCodes
EventSinkTitleUnauthorized,
EventSinkInsufficientRoleAssignment,
EventSinkContainerNotFound,
EventSinkTenantIdInvalid,
OperationCanceled,
InvalidDisplayNameRandomSuffixLength,
AllowNonUniquePlayerDisplayNamesDisableNotAllowed,
Expand Down Expand Up @@ -2893,7 +2902,16 @@ public enum GenericErrorCodes
TrueSkillInvalidAnomalyThreshold,
TrueSkillConditionKeyLimitExceeded,
TrueSkillConditionValuePerKeyLimitExceeded,
TrueSkillInvalidTimestamp,
TrueSkillEventLimitExceeded,
TrueSkillInvalidPlayers,
TrueSkillTrueSkillPlayerNull,
TrueSkillInvalidPlayerId,
TrueSkillInvalidSquadSize,
TrueSkillConditionSetNotInModel,
GameSaveManifestNotFound,
GameSaveManifestVersionAlreadyExists,
GameSaveConflictUpdatingManifest,
StateShareForbidden,
StateShareTitleNotInFlight,
StateShareStateNotFound,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static void DeleteItem(DeleteItemRequest request, Action<DeleteItemRespon
}

/// <summary>
/// Execute a list of Inventory Operations. A maximum list of 250 operations can be performed by a single request. There is
/// Execute a list of Inventory Operations. A maximum list of 50 operations can be performed by a single request. There is
/// also a limit to 300 items that can be modified/added in a single request. For example, adding a bundle with 50 items
/// counts as 50 items modified. All operations must be done within a single inventory collection. This API has a reduced
/// RPS compared to an individual inventory operation with Player Entities limited to 60 requests in 90 seconds.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void DeleteItem(DeleteItemRequest request, Action<DeleteItemResponse> res
}

/// <summary>
/// Execute a list of Inventory Operations. A maximum list of 250 operations can be performed by a single request. There is
/// Execute a list of Inventory Operations. A maximum list of 50 operations can be performed by a single request. There is
/// also a limit to 300 items that can be modified/added in a single request. For example, adding a bundle with 50 items
/// counts as 50 items modified. All operations must be done within a single inventory collection. This API has a reduced
/// RPS compared to an individual inventory operation with Player Entities limited to 60 requests in 90 seconds.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,8 @@ public enum DirectPeerConnectivityOptions
SameEntityLoginProvider,
DifferentEntityLoginProvider,
AnyEntityLoginProvider,
AnyPlatformTypeAndEntityLoginProvider
AnyPlatformTypeAndEntityLoginProvider,
OnlyServers
}

[Serializable]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2001,8 +2001,16 @@ public enum GenericErrorCodes
StatisticDefinitionModificationNotAllowedWhileLinked,
LeaderboardUpdateNotAllowedWhileLinked,
CloudScriptAzureFunctionsEventHubRequestError,
LeaderboardRateLimitExceeded,
ExternalEntityNotAllowedForTier,
InvalidBaseTimeForInterval,
EntityTypeMismatchWithStatDefinition,
SpecifiedVersionLeaderboardNotFound,
LeaderboardColumnLengthMismatchWithStatDefinition,
DuplicateColumnNameFound,
LinkedStatisticColumnNotFound,
LinkedStatisticColumnRequired,
MultipleLinkedStatisticsNotAllowed,
MaxQueryableVerionsValueNotAllowedForTier,
MatchmakingEntityInvalid,
MatchmakingPlayerAttributesInvalid,
MatchmakingQueueNotFound,
Expand Down Expand Up @@ -2180,6 +2188,7 @@ public enum GenericErrorCodes
EventSinkTitleUnauthorized,
EventSinkInsufficientRoleAssignment,
EventSinkContainerNotFound,
EventSinkTenantIdInvalid,
OperationCanceled,
InvalidDisplayNameRandomSuffixLength,
AllowNonUniquePlayerDisplayNamesDisableNotAllowed,
Expand Down Expand Up @@ -2261,7 +2270,16 @@ public enum GenericErrorCodes
TrueSkillInvalidAnomalyThreshold,
TrueSkillConditionKeyLimitExceeded,
TrueSkillConditionValuePerKeyLimitExceeded,
TrueSkillInvalidTimestamp,
TrueSkillEventLimitExceeded,
TrueSkillInvalidPlayers,
TrueSkillTrueSkillPlayerNull,
TrueSkillInvalidPlayerId,
TrueSkillInvalidSquadSize,
TrueSkillConditionSetNotInModel,
GameSaveManifestNotFound,
GameSaveManifestVersionAlreadyExists,
GameSaveConflictUpdatingManifest,
StateShareForbidden,
StateShareTitleNotInFlight,
StateShareStateNotFound,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,16 @@ public enum PlayFabErrorCode
StatisticDefinitionModificationNotAllowedWhileLinked = 1577,
LeaderboardUpdateNotAllowedWhileLinked = 1578,
CloudScriptAzureFunctionsEventHubRequestError = 1579,
LeaderboardRateLimitExceeded = 1580,
ExternalEntityNotAllowedForTier = 1581,
ExternalEntityNotAllowedForTier = 1580,
InvalidBaseTimeForInterval = 1581,
EntityTypeMismatchWithStatDefinition = 1582,
SpecifiedVersionLeaderboardNotFound = 1583,
LeaderboardColumnLengthMismatchWithStatDefinition = 1584,
DuplicateColumnNameFound = 1585,
LinkedStatisticColumnNotFound = 1586,
LinkedStatisticColumnRequired = 1587,
MultipleLinkedStatisticsNotAllowed = 1588,
MaxQueryableVerionsValueNotAllowedForTier = 1589,
MatchmakingEntityInvalid = 2001,
MatchmakingPlayerAttributesInvalid = 2002,
MatchmakingQueueNotFound = 2016,
Expand Down Expand Up @@ -758,6 +766,7 @@ public enum PlayFabErrorCode
EventSinkTitleUnauthorized = 15012,
EventSinkInsufficientRoleAssignment = 15013,
EventSinkContainerNotFound = 15014,
EventSinkTenantIdInvalid = 15015,
OperationCanceled = 16000,
InvalidDisplayNameRandomSuffixLength = 17000,
AllowNonUniquePlayerDisplayNamesDisableNotAllowed = 17001,
Expand Down Expand Up @@ -839,7 +848,16 @@ public enum PlayFabErrorCode
TrueSkillInvalidAnomalyThreshold = 20056,
TrueSkillConditionKeyLimitExceeded = 20057,
TrueSkillConditionValuePerKeyLimitExceeded = 20058,
TrueSkillEventLimitExceeded = 20059,
TrueSkillInvalidTimestamp = 20059,
TrueSkillEventLimitExceeded = 20060,
TrueSkillInvalidPlayers = 20061,
TrueSkillTrueSkillPlayerNull = 20062,
TrueSkillInvalidPlayerId = 20063,
TrueSkillInvalidSquadSize = 20064,
TrueSkillConditionSetNotInModel = 20065,
GameSaveManifestNotFound = 20300,
GameSaveManifestVersionAlreadyExists = 20301,
GameSaveConflictUpdatingManifest = 20302,
StateShareForbidden = 21000,
StateShareTitleNotInFlight = 21001,
StateShareStateNotFound = 21002,
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.196.240621";
public const string SdkVersion = "2.197.240719";
public const string BuildIdentifier = "adobuild_unitysdk_167";
public const string VersionString = "UnitySDK-2.196.240621";
public const string VersionString = "UnitySDK-2.197.240719";
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.196.240621"; } }
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.197.240719"; } }
20 changes: 19 additions & 1 deletion ExampleTestProject/Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2633,8 +2633,16 @@ public enum GenericErrorCodes
StatisticDefinitionModificationNotAllowedWhileLinked,
LeaderboardUpdateNotAllowedWhileLinked,
CloudScriptAzureFunctionsEventHubRequestError,
LeaderboardRateLimitExceeded,
ExternalEntityNotAllowedForTier,
InvalidBaseTimeForInterval,
EntityTypeMismatchWithStatDefinition,
SpecifiedVersionLeaderboardNotFound,
LeaderboardColumnLengthMismatchWithStatDefinition,
DuplicateColumnNameFound,
LinkedStatisticColumnNotFound,
LinkedStatisticColumnRequired,
MultipleLinkedStatisticsNotAllowed,
MaxQueryableVerionsValueNotAllowedForTier,
MatchmakingEntityInvalid,
MatchmakingPlayerAttributesInvalid,
MatchmakingQueueNotFound,
Expand Down Expand Up @@ -2812,6 +2820,7 @@ public enum GenericErrorCodes
EventSinkTitleUnauthorized,
EventSinkInsufficientRoleAssignment,
EventSinkContainerNotFound,
EventSinkTenantIdInvalid,
OperationCanceled,
InvalidDisplayNameRandomSuffixLength,
AllowNonUniquePlayerDisplayNamesDisableNotAllowed,
Expand Down Expand Up @@ -2893,7 +2902,16 @@ public enum GenericErrorCodes
TrueSkillInvalidAnomalyThreshold,
TrueSkillConditionKeyLimitExceeded,
TrueSkillConditionValuePerKeyLimitExceeded,
TrueSkillInvalidTimestamp,
TrueSkillEventLimitExceeded,
TrueSkillInvalidPlayers,
TrueSkillTrueSkillPlayerNull,
TrueSkillInvalidPlayerId,
TrueSkillInvalidSquadSize,
TrueSkillConditionSetNotInModel,
GameSaveManifestNotFound,
GameSaveManifestVersionAlreadyExists,
GameSaveConflictUpdatingManifest,
StateShareForbidden,
StateShareTitleNotInFlight,
StateShareStateNotFound,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static void DeleteItem(DeleteItemRequest request, Action<DeleteItemRespon
}

/// <summary>
/// Execute a list of Inventory Operations. A maximum list of 250 operations can be performed by a single request. There is
/// Execute a list of Inventory Operations. A maximum list of 50 operations can be performed by a single request. There is
/// also a limit to 300 items that can be modified/added in a single request. For example, adding a bundle with 50 items
/// counts as 50 items modified. All operations must be done within a single inventory collection. This API has a reduced
/// RPS compared to an individual inventory operation with Player Entities limited to 60 requests in 90 seconds.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void DeleteItem(DeleteItemRequest request, Action<DeleteItemResponse> res
}

/// <summary>
/// Execute a list of Inventory Operations. A maximum list of 250 operations can be performed by a single request. There is
/// Execute a list of Inventory Operations. A maximum list of 50 operations can be performed by a single request. There is
/// also a limit to 300 items that can be modified/added in a single request. For example, adding a bundle with 50 items
/// counts as 50 items modified. All operations must be done within a single inventory collection. This API has a reduced
/// RPS compared to an individual inventory operation with Player Entities limited to 60 requests in 90 seconds.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,8 @@ public enum DirectPeerConnectivityOptions
SameEntityLoginProvider,
DifferentEntityLoginProvider,
AnyEntityLoginProvider,
AnyPlatformTypeAndEntityLoginProvider
AnyPlatformTypeAndEntityLoginProvider,
OnlyServers
}

[Serializable]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2001,8 +2001,16 @@ public enum GenericErrorCodes
StatisticDefinitionModificationNotAllowedWhileLinked,
LeaderboardUpdateNotAllowedWhileLinked,
CloudScriptAzureFunctionsEventHubRequestError,
LeaderboardRateLimitExceeded,
ExternalEntityNotAllowedForTier,
InvalidBaseTimeForInterval,
EntityTypeMismatchWithStatDefinition,
SpecifiedVersionLeaderboardNotFound,
LeaderboardColumnLengthMismatchWithStatDefinition,
DuplicateColumnNameFound,
LinkedStatisticColumnNotFound,
LinkedStatisticColumnRequired,
MultipleLinkedStatisticsNotAllowed,
MaxQueryableVerionsValueNotAllowedForTier,
MatchmakingEntityInvalid,
MatchmakingPlayerAttributesInvalid,
MatchmakingQueueNotFound,
Expand Down Expand Up @@ -2180,6 +2188,7 @@ public enum GenericErrorCodes
EventSinkTitleUnauthorized,
EventSinkInsufficientRoleAssignment,
EventSinkContainerNotFound,
EventSinkTenantIdInvalid,
OperationCanceled,
InvalidDisplayNameRandomSuffixLength,
AllowNonUniquePlayerDisplayNamesDisableNotAllowed,
Expand Down Expand Up @@ -2261,7 +2270,16 @@ public enum GenericErrorCodes
TrueSkillInvalidAnomalyThreshold,
TrueSkillConditionKeyLimitExceeded,
TrueSkillConditionValuePerKeyLimitExceeded,
TrueSkillInvalidTimestamp,
TrueSkillEventLimitExceeded,
TrueSkillInvalidPlayers,
TrueSkillTrueSkillPlayerNull,
TrueSkillInvalidPlayerId,
TrueSkillInvalidSquadSize,
TrueSkillConditionSetNotInModel,
GameSaveManifestNotFound,
GameSaveManifestVersionAlreadyExists,
GameSaveConflictUpdatingManifest,
StateShareForbidden,
StateShareTitleNotInFlight,
StateShareStateNotFound,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,16 @@ public enum PlayFabErrorCode
StatisticDefinitionModificationNotAllowedWhileLinked = 1577,
LeaderboardUpdateNotAllowedWhileLinked = 1578,
CloudScriptAzureFunctionsEventHubRequestError = 1579,
LeaderboardRateLimitExceeded = 1580,
ExternalEntityNotAllowedForTier = 1581,
ExternalEntityNotAllowedForTier = 1580,
InvalidBaseTimeForInterval = 1581,
EntityTypeMismatchWithStatDefinition = 1582,
SpecifiedVersionLeaderboardNotFound = 1583,
LeaderboardColumnLengthMismatchWithStatDefinition = 1584,
DuplicateColumnNameFound = 1585,
LinkedStatisticColumnNotFound = 1586,
LinkedStatisticColumnRequired = 1587,
MultipleLinkedStatisticsNotAllowed = 1588,
MaxQueryableVerionsValueNotAllowedForTier = 1589,
MatchmakingEntityInvalid = 2001,
MatchmakingPlayerAttributesInvalid = 2002,
MatchmakingQueueNotFound = 2016,
Expand Down Expand Up @@ -758,6 +766,7 @@ public enum PlayFabErrorCode
EventSinkTitleUnauthorized = 15012,
EventSinkInsufficientRoleAssignment = 15013,
EventSinkContainerNotFound = 15014,
EventSinkTenantIdInvalid = 15015,
OperationCanceled = 16000,
InvalidDisplayNameRandomSuffixLength = 17000,
AllowNonUniquePlayerDisplayNamesDisableNotAllowed = 17001,
Expand Down Expand Up @@ -839,7 +848,16 @@ public enum PlayFabErrorCode
TrueSkillInvalidAnomalyThreshold = 20056,
TrueSkillConditionKeyLimitExceeded = 20057,
TrueSkillConditionValuePerKeyLimitExceeded = 20058,
TrueSkillEventLimitExceeded = 20059,
TrueSkillInvalidTimestamp = 20059,
TrueSkillEventLimitExceeded = 20060,
TrueSkillInvalidPlayers = 20061,
TrueSkillTrueSkillPlayerNull = 20062,
TrueSkillInvalidPlayerId = 20063,
TrueSkillInvalidSquadSize = 20064,
TrueSkillConditionSetNotInModel = 20065,
GameSaveManifestNotFound = 20300,
GameSaveManifestVersionAlreadyExists = 20301,
GameSaveConflictUpdatingManifest = 20302,
StateShareForbidden = 21000,
StateShareTitleNotInFlight = 21001,
StateShareStateNotFound = 21002,
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.196.240621";
public const string SdkVersion = "2.197.240719";
public const string BuildIdentifier = "adobuild_unitysdk_167";
public const string VersionString = "UnitySDK-2.196.240621";
public const string VersionString = "UnitySDK-2.197.240719";
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 85a908a

Please sign in to comment.