docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayerAccountSettings

    Unity Player Accounts Settings

    Inheritance
    object
    Object
    ScriptableObject
    PlayerAccountSettings
    Inherited Members
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(string)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, bool)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, bool)
    Object.Destroy(Object, float)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, bool)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, bool)
    Object.FindObjectsByType(Type, FindObjectsSortMode)
    Object.FindObjectsByType(Type, FindObjectsInactive, FindObjectsSortMode)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, float)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    Object.FindObjectsByType<T>(FindObjectsSortMode)
    Object.FindObjectsOfType<T>(bool)
    Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
    Object.FindObjectOfType<T>()
    Object.FindObjectOfType<T>(bool)
    Object.FindFirstObjectByType<T>()
    Object.FindAnyObjectByType<T>()
    Object.FindFirstObjectByType<T>(FindObjectsInactive)
    Object.FindAnyObjectByType<T>(FindObjectsInactive)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindFirstObjectByType(Type)
    Object.FindAnyObjectByType(Type)
    Object.FindObjectOfType(Type, bool)
    Object.FindFirstObjectByType(Type, FindObjectsInactive)
    Object.FindAnyObjectByType(Type, FindObjectsInactive)
    Object.ToString()
    Object.name
    Object.hideFlags
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Services.PlayerAccounts
    Assembly: Unity.Services.PlayerAccounts.dll
    Syntax
    public class PlayerAccountSettings : ScriptableObject

    Fields

    clientId

    Unity Player Accounts Client ID.

    Declaration
    [SerializeField]
    [Tooltip("Unity Player Account Client ID.")]
    public string clientId
    Field Value
    Type Description
    string

    customHost

    Custom host.

    Declaration
    [HideInInspector]
    [SerializeField]
    [Tooltip("Custom Deep Link URI Host Prefix")]
    public string customHost
    Field Value
    Type Description
    string

    customScheme

    custom scheme.

    Declaration
    [HideInInspector]
    [SerializeField]
    [Tooltip("Custom Deep Link URI Scheme")]
    public string customScheme
    Field Value
    Type Description
    string

    useCustomDeepLinkUri

    useCustomDeepLinkUri to override deep link uri'

    Declaration
    [HideInInspector]
    [SerializeField]
    [Tooltip("Override the default redirect uri")]
    public bool useCustomDeepLinkUri
    Field Value
    Type Description
    bool

    Properties

    AccountPortalUrl

    The account portal URL for managing player's account and privacy features, including delete account.

    Declaration
    public static string AccountPortalUrl { get; }
    Property Value
    Type Description
    string

    AuthUrl

    The authorization endpoint URL.

    Declaration
    public static string AuthUrl { get; }
    Property Value
    Type Description
    string

    ClientId

    Unity Player Accounts Client ID.

    Declaration
    public static string ClientId { get; set; }
    Property Value
    Type Description
    string

    CloudProjectId

    The Cloud project Id associated with the current project

    Declaration
    public static string CloudProjectId { get; set; }
    Property Value
    Type Description
    string

    CodeChallengeMethod

    The code challenge method.

    Declaration
    public static string CodeChallengeMethod { get; }
    Property Value
    Type Description
    string

    DeepLinkUriHostPrefix

    Prefix value for the deep link Uri Host name for Android and iOS platforms.

    Declaration
    public static string DeepLinkUriHostPrefix { get; }
    Property Value
    Type Description
    string

    DeepLinkUriScheme

    Scheme for the deep link Uri for Android and iOS platforms.

    Declaration
    public static string DeepLinkUriScheme { get; }
    Property Value
    Type Description
    string

    Instance

    The instance of the PlayerAccountSettings class.

    Declaration
    public static PlayerAccountSettings Instance { get; }
    Property Value
    Type Description
    PlayerAccountSettings

    Scope

    The scope of access that your player account requires. Example: 'openid;email'

    Declaration
    public static string Scope { get; }
    Property Value
    Type Description
    string

    ScopeFlags

    Scope Flags

    Declaration
    public PlayerAccountSettings.SupportedScopesEnum ScopeFlags { get; set; }
    Property Value
    Type Description
    PlayerAccountSettings.SupportedScopesEnum

    TokenUrl

    The token endpoint URL.

    Declaration
    public static string TokenUrl { get; }
    Property Value
    Type Description
    string

    UseCustomUri

    Returns true if using a custom uri

    Declaration
    public static bool UseCustomUri { get; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 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)