question

johnduttonys avatar image
johnduttonys asked

Diffrence between player and character?Would it be a problem if we didn't use characters?

Our game is a hero collection game,user could have 50-100 diffrent heros,after some research in other people's question,we decide to use items represent hero.

So my question is, should we use player's inventory to storage heros data directly, or create a defualt character silently when user register, and use this character‘s inventory?

Ask this question because we don’t know if API related to players is as complete as the character,and would it be a problem if we didn't use characters?

Player DataCharacters
1 comment
10 |1200

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

johnduttonys avatar image johnduttonys commented ·

addtional information: each hero have 8 equipment

0 Likes 0 ·

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

There is no problem if you don’t use Characters. PlayFab Player is the basic unit of the game’s users. The Character is more like the different roles of the Player. The API related to Players is more complete than that related to Character. Player has all the features of Character. You can decide whether to use the Character based on your design of the game.

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.