GameKit account attributes reference
Understand the attributes available on GameKit accounts when using the Platform Toolkit package.
Usage
Use HasAttribute and GetAttribute on any IAccount object to make sure the attribute exists for the platform
Attributes available on GameKit
| Attribute name | Type | Description |
|---|---|---|
| DisplayName | string | A player's display name used for interfaces to the player. For more information, refer to displayName |
| Alias | string | A player's alias used to present to other players. For more information, refer to alias. |
| GamePlayerID | string | A player's unique scoped ID. For more information, refer to gamePlayerId. |
| TeamPlayerID | string | A player's unique scoped ID. For more information, refer to teamPlayerId. |
| LargePhoto | Texture2D | A player's photo returned by loadPhoto using the normal size parameter. |
| SmallPhoto | Texture2D | A player's photo returned by loadPhoto using the small size parameter. |