docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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 Attribute ID Type Description
    Display Name getDisplayName 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.
    Player ID getPlayerId 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.
    Player Title getTitle string A player's title used for interfaces to the player. For more information, refer to getTitle.
    Icon Image getIconImageUri Texture2D A player's icon-size profile image. For more information, refer to getIconImageUri.
    High Resolution Image getHiResImageUri Texture2D A player's high resolution profile image as described in getHiResImageUri.
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)