CCD Management SDK

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.

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 versionCCD compatible versionUnity supported version
1.19.181.0.0-pre.22019.4+
1.19.191.0.0-pre.22019.4+
1.20.02.0.42019.4+
1.20.32.1.02019.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.