![Article image for [PlayFab] Getting a Player Profile [Unity]](/_astro/cover.DjCafF6t_6qJkl.webp)
[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.
Home / Articles / Archive
7 articles
![Article image for [PlayFab] Getting a Player Profile [Unity]](/_astro/cover.DjCafF6t_6qJkl.webp)
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.
![Title card for How Contrast Makes Games Fun [Game Design]](/en/og/articles/cards/gamedesign-contrast-cedec2018.png)
I read an article about why games fail to become fun when context, conflict, and contrast are out of sync, and then applied that idea to the game I am actually making.
![Article image for [PlayFab] What Is PlayFabAuthenticationContext? [Unity]](/_astro/cover.DjCafF6t_6qJkl.webp)
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.
![Article image for [PlayFab] Implementing a Leaderboard [Unity]](/_astro/cover.DjCafF6t_6qJkl.webp)
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.
![Article image for [PlayFab] Generating IDs and Logging In [Unity]](/_astro/cover.DjCafF6t_6qJkl.webp)
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.
![Article image for [Unity] Implementing a Defense Buff with ModifierList [Modiferty]](/_astro/cover.D7y_Wm3v_Z1ajIWw.webp)
Modiferty is a stat management library. If you are not familiar with it yet, the article below will help you understand the basics.
![Article image for [Unity] Using Modiferty for Game Stat Management [Modiferty]](/_astro/cover.D7y_Wm3v_Z1ajIWw.webp)
I built a library called Modiferty while making a game and published it on GitHub. It is broadly useful in games where characters and weapons have stats.