question

Edgar Schoenknecht avatar image
Edgar Schoenknecht asked

Where/How to save players personal data?

Hello there,

right now we try to create a game where we track the players statistics and points and gave him back these information as a graph. All of these information should be on the server to share his stats and receive these information, when the player have to reinstall the game. So what would be the best approach for this? Save it in the Player Data, Read Only or Internal?

I read thats player data is only used for something like options settings? So i think thats not the right way?

Player DataShared Group DatadataPlayer Inventory
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

You can store them in Read Only Data. Players can get this data but can’t update them via client API. You just need to notice the limit of data storage, you can navigate to [Game Manager]->[Settings]->[Limits] to check its limits. In addition, do you know PlayFab’s Statistics feature? You can integrate these two functions to implement your target if you have a need.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.