question

Reid Taylor avatar image
Reid Taylor asked

Retrieving and Setting Display name of Player,Retrieving Display name from title player account

Hi, I am very new to PlayFab. I am trying to retrieve and set the DisplayName from a player in a title. I have read the documentation and it does not make sense with my little knowledge of PlayFab. I am using Unity c#. Keep in mind I don't understand the whole https post thing :) Thanks!

Player Dataphoton
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

·
Citrus Yan avatar image
Citrus Yan answered

This tutorial is perfect for you: https://docs.microsoft.com/en-us/gaming/playfab/features/data/playerdata/getting-player-profiles#create-a-user-with-a-display-name, it’s based on Unity C# and shows you how to:

  • Create a user with a display name
  • Make a player profile call to retrieve its displayname
  • ...
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.

Reid Taylor avatar image Reid Taylor commented ·

Thanks!

0 Likes 0 ·

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.