docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UnityCloudPlayerSettings

    A class containing Unity Player Settings for a Unity Cloud app.

    Inheritance
    object
    Object
    ScriptableObject
    UnityCloudPlayerSettings
    Implements
    IAppIdProvider
    IAppNamespaceProvider
    Inherited Members
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(string)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(object)
    Object.InstantiateAsync<T>(T)
    Object.InstantiateAsync<T>(T, Transform)
    Object.InstantiateAsync<T>(T, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, int)
    Object.InstantiateAsync<T>(T, int, Transform)
    Object.InstantiateAsync<T>(T, int, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, int, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>)
    Object.InstantiateAsync<T>(T, int, Transform, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, int, Transform, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>)
    Object.InstantiateAsync<T>(T, InstantiateParameters)
    Object.InstantiateAsync<T>(T, int, InstantiateParameters)
    Object.InstantiateAsync<T>(T, Vector3, Quaternion, InstantiateParameters)
    Object.InstantiateAsync<T>(T, int, Vector3, Quaternion, InstantiateParameters)
    Object.InstantiateAsync<T>(T, int, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>, InstantiateParameters)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Scene)
    Object.Instantiate<T>(T, InstantiateParameters)
    Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
    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.Cloud.AppLinking.Runtime
    Assembly: Unity.Cloud.AppLinking.Runtime.dll
    Syntax
    public class UnityCloudPlayerSettings : ScriptableObject, IAppIdProvider, IAppNamespaceProvider

    Fields

    AppDisplayName

    The Unity Cloud app display name.

    Declaration
    public string AppDisplayName
    Field Value
    Type Description
    string

    AppId

    The Unity Cloud app ID.

    Declaration
    public string AppId
    Field Value
    Type Description
    string

    AppName

    The Unity Cloud app name.

    Declaration
    public string AppName
    Field Value
    Type Description
    string

    AppNamespace

    The Unity Cloud namespace to uniquely identify the app on the device.

    Declaration
    public string AppNamespace
    Field Value
    Type Description
    string
    Remarks

    Please note that AppNamespace string value must respect basic RFC 3986 definition for URI scheme. Additionally, for safe URL transport purpose, usage of lower-case letters is recommended.

    AppOrganizationID

    The Unity Cloud app organization ID.

    Declaration
    public string AppOrganizationID
    Field Value
    Type Description
    string

    k_AssetName

    The asset name for the UnityCloudPlayerSettings scriptable object.

    Declaration
    [Obsolete("Property will be removed in future version.")]
    public const string k_AssetName = "UnityCloudPlayerSettings"
    Field Value
    Type Description
    string

    k_DefaultAppDisplayName

    The default app display name.

    Declaration
    [Obsolete("Property will be removed in future version.")]
    public const string k_DefaultAppDisplayName = "Default"
    Field Value
    Type Description
    string

    k_DefaultAppName

    The default app name.

    Declaration
    [Obsolete("Property will be removed in future version.")]
    public const string k_DefaultAppName = "default"
    Field Value
    Type Description
    string

    k_DefaultNamespace

    The default app namespace.

    Declaration
    [Obsolete("Property will be removed in future version.")]
    public const string k_DefaultNamespace = "com.unity.cloud"
    Field Value
    Type Description
    string

    k_DefaultOrganizationID

    The default app organization Id.

    Declaration
    [Obsolete("Property will be removed in future version.")]
    public const string k_DefaultOrganizationID = "Default"
    Field Value
    Type Description
    string

    Properties

    Instance

    Gets or creates the current instance of the UnityCloudPlayerSettings.

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

    Methods

    GetAppId()

    Gets the app ID.

    Declaration
    public AppId GetAppId()
    Returns
    Type Description
    AppId

    The app ID.

    GetAppNamespace()

    Gets the app namespace.

    Declaration
    public string GetAppNamespace()
    Returns
    Type Description
    string

    The app namespace.

    GetAppOrganization()

    Gets the app organization ID.

    Declaration
    public string GetAppOrganization()
    Returns
    Type Description
    string

    The app organization ID.

    Implements

    IAppIdProvider
    IAppNamespaceProvider
    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)