CCD Management SDK
Install the Cloud Content Delivery Management SDK in the Unity Editor to configure and manage your content delivery workflow.
Read time 1 minuteLast updated 17 hours 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.
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
- Within Unity Editor, select Window > Package Manager.
- In the Packages dropdown list, select Unity Registry.
- Search for Cloud Content Delivery Management API.
- Select Install.
-
Editing the Manifest
- You can edit the within your project to install the project manually.
manifest.json - Add to the list of dependencies in your manifest.
"com.unity.services.ccd.management": "2.1.0"
- You can edit the