Installation

CiaoSDK is distributed as a Unity Package Manager (UPM) package from a private GitHub repository.

Prerequisites

Before installing, make sure you have:

  • Received your CiaoSDK git URL from Ciao Games (this URL includes an embedded access token)
  • Received your CiaoAppID from Ciao Games
  • Reviewed Dependencies to confirm your Unity version and platform targets are supported
  • Reviewed Migrating from a Legacy Vendor SDK if your project already contains LevelPlay, Singular, or ByteBrew via .unitypackage

Install via Package Manager

  1. In Unity, open Window → Package Manager.
  2. Click the [+] button in the top-left → Add package from git URL...
  3. Paste the CiaoSDK git URL provided by Ciao Games. It will look like this:
   https://<ACCESS_TOKEN>@github.com/Ciao-Games/ciaosdk.git
  1. Click Add.
    Unity will download and import CiaoSDK into your project.


Note

Do not commit the git URL (with token) to public repositories. Treat it as a credential.



Did this page help you?