5 articles

Article image for [PlayFab] Registering and Updating DisplayName [Unity]

[PlayFab] Registering and Updating DisplayName [Unity]

This article covers how to register and update a player's display name in PlayFab. Since players need to be logged in first, please see the login article if you need that context.

Published 2020/06/08 mackysoft.net

Article image for [PlayFab] Getting a Player Profile [Unity]

[PlayFab] Getting a Player Profile [Unity]

This article uses PlayFab SDK 2.86.2005 18. The feature covered here requires the player to be logged in first, so if you want to learn about logging in, please see the article below.

Published 2020/05/30 mackysoft.net

Article image for [PlayFab] What Is PlayFabAuthenticationContext? [Unity]

[PlayFab] What Is PlayFabAuthenticationContext? [Unity]

While using PlayFab, I started wondering what PlayFabAuthenticationContext actually was whenever I saw it attached to various request types, so I dug into it. From here on, I will simply call it AuthenticationContext.

Published 2020/05/27 mackysoft.net

Article image for [PlayFab] Implementing a Leaderboard [Unity]

[PlayFab] Implementing a Leaderboard [Unity]

This article covers PlayFab's leaderboard-related APIs. Since players need to be logged in first, please see the login article if you need that context.

Published 2020/05/26 mackysoft.net

Article image for [PlayFab] Generating IDs and Logging In [Unity]

[PlayFab] Generating IDs and Logging In [Unity]

This article uses PlayFab SDK 2.86.2005 18. PlayFab has many features, but the first thing you need to do before using any of them is log in. This article explains anonymous login and login methods that support account recovery.

Published 2020/05/25 mackysoft.net