question

user-1 avatar image
user-1 asked

How do I set the user display title on unity

I want to set the user display title using unity API and c# how would I do this?

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

·
brendan avatar image
brendan answered

Using the UpdateUserTitleDisplayName call. There's an example of this usage in our Unicorn Battle demo code, which you can see here: https://github.com/PlayFab/UnicornBattle/blob/76ddd6b74c66749549ef786c6bf909e2e8fd047e/UnicornBattle/Assets/Scripts/PF_StaticsAndHelpers/PF_Authentication.cs

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.