docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CcdManagement

    Here is the first point and call for accessing the CCD Management Package's features! Use the .Instance method to get a singleton of the ICCDManagementServiceSDK and from there you can make various requests to the CCD Management service API. Note: Your project must have cloud services enabled and connected to a Unity Cloud Project.

    Inheritance
    object
    CcdManagement
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public static class CcdManagement

    Properties

    Instance

    Provides the CCD Management Service SDK interface for making service API requests.

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

    LogRequestHeaders

    Declaration
    public static bool LogRequestHeaders { get; set; }
    Property Value
    Type Description
    bool

    LogRequests

    Declaration
    public static bool LogRequests { get; set; }
    Property Value
    Type Description
    bool

    Methods

    SetBasePath(string)

    Sets the configuration base path

    Declaration
    public static void SetBasePath(string basePath)
    Parameters
    Type Name Description
    string basePath

    The base path to be set for the configuration.

    SetEnvironmentId(string)

    Sets the environment for the project

    Declaration
    public static void SetEnvironmentId(string envId)
    Parameters
    Type Name Description
    string envId

    SetTimeout(int)

    Sets the http timeout in milliseconds

    Declaration
    public static void SetTimeout(int timeoutms)
    Parameters
    Type Name Description
    int timeoutms

    The number of milliseonds to wait before timing out.

    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)