Appearance
Appearance
PlayerModel
OnPlayerBannedStatusChanged(bool isBanned)
event has been added to more conveniently detect a player getting banned while logged in to the game. Example code at ‣. PlayerChangeName
action. Now you should send a PlayerChangeOwnNameRequest
message instead.PlayerClearPendingDuplicateInAppPurchase
action has been added. When a pending purchase has the ReceiptAlreadyUsed
status, the client should invoke this action and also confirm the purchase to the IAP store. This is analogous to how purchases with the ValidReceipt
status are claimed with PlayerClaimPendingInAppPurchase
. OnPlayerBannedStatusChanged()
to StateManager
ExcludeFromGdprExport
attribute to PlayerModel
OnPlayerExecuteServerAction()
moved from StateManager
to MetaplayClient
for less user land boilerplate