docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ClientsAPI

    UGC Bridge Clients API.

    Inheritance
    object
    ClientsAPI
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ugc.Bridge
    Assembly: Unity.Services.Ugc.Bridge.Editor.dll
    Syntax
    public class ClientsAPI

    Properties

    Auth

    The authentication service.

    Declaration
    public IAuthenticationService Auth { get; }
    Property Value
    Type Description
    IAuthenticationService

    Instance

    The singleton instance of the UGC Bridge Clients API.

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

    Ugc

    The UGC client.

    Declaration
    public IUgcClient Ugc { get; }
    Property Value
    Type Description
    IUgcClient

    Methods

    SetProjectSettings(string, string)

    Sets the project settings.

    Declaration
    public void SetProjectSettings(string projectId, string environmentName)
    Parameters
    Type Name Description
    string projectId
    string environmentName
    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)