Google Play Games Services account attributes reference
Understand the attributes available on Google Play Games Services accounts when using the Platform Toolkit package.
Usage
You can use HasAttribute and GetAttribute on any IAccount object to make sure an attribute exists for the platform.
Attributes available on Google Play Games Services
| Attribute name | Type | Description |
|---|---|---|
| DisplayName | string | A player's display name used for interfaces to the player. For more information, refer to getDisplayName. Note: The display name is unique. However, it can be modified by the player at any point. |
| PlayerId | string | A player's unique scoped ID. For more information, refer to getPlayerId. Note The ID is unique for each game, therefore it will not be the same across every game. |
| Title | string | A player's title used for interfaces to the player. For more information, refer to getTitle. |
| IconImageUri | Texture2D | A player's icon-size profile image. For more information, refer to getIconImageUri. |
| HiResImageUri | Texture2D | A player's high resolution profile image as described in getHiResImageUri. |