Documentation

​
​

Development

User Acquisition

Monetization

Industry

Cloud Content Delivery

Unity SDK

Admin API

Client API

Open Unity Dashboard

Cloud Content Delivery

LiveOps
​
​
Cloud Content Delivery
  • Overview
  • Concepts
  • Tutorials
    • CCD Dashboard
    • CCD Management SDK
    • Use CCD via the UGS CLI
    • Insights usage
    • CCD + Addressables walkthrough
    • Application size reduction with CCD
    • Game Overrides integration with CCD
  • Reference
  • Privacy and consent
  1. Welcome to Cloud Content Delivery (CCD)

CCD Management SDK

Install the Cloud Content Delivery Management SDK in the Unity Editor to configure and manage your content delivery workflow.
Read time 2 minutes
Last updated 9 months ago

Prerequisites

  • Unity Cloud Project
  • Unity Editor (2019.4 and later)

Installation

The first thing to do is validate that your cloud project is connected to the Unity Editor. See Setting up your project for Unity Services.

Installation with Addressables

If your project uses Addressables (1.19.19 and later), you can use Addressables to install the CCD Management SDK in two ways within Unity Editor:
  • Enable Window > Asset Management > Addressables > Settings > Cloud Content Delivery > Enable Experimental CCD Features.
  • Use path pairs. Go to Window > Asset Management > Addressables > Profiles and select Cloud Content Delivery in the relevant dropdown list. If your project does not already contain a valid version of the CCD Management SDK, it offers to install it.
Note
Certain versions of Addressables only work with certain versions of the CCD SDK. If you’re using this SDK with Addressables, install it from Addressables within Unity Editor to ensure compatibility.

Addressables version

CCD compatible version

Unity supported version

1.19.18
1.0.0-pre.2
2019.4+
1.19.19
1.0.0-pre.2
2019.4+
1.20.0
2.0.4
2019.4+
1.20.3
2.1.0
2019.4+

Installation without Addressables

There are two ways to install the CCD Management SDK without Addressables:
  • Package Manager
    1. Within Unity Editor, select Window > Package Manager.
    2. In the Packages dropdown list, select Unity Registry.
    3. Search for Cloud Content Delivery Management API.
    4. Select Install.
  • Editing the Manifest
    1. You can edit the
      manifest.json
      within your project to install the project manually.
    2. Add
      "com.unity.services.ccd.management": "2.1.0"
      to the list of dependencies in your manifest.

Getting started

See the Documentation for Content Delivery Management API to learn about starting up the sample window, and about what is possible with this SDK, with examples. The sample window within the package gives examples of how to list, create, and delete buckets, entries, and badges. For more information, see the scripting API documentation.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Prerequisites

    • Installation

      • Installation with Addressables

      • Installation without Addressables

    • Getting started


Report a problem with this page