Updating the CiaoSDK Git URL

For security reasons, the CiaoSDK Git URL may be changed.

If you receive a new CiaoSDK access URL, follow these steps:

  1. In your Unity project, open Packages/manifest.json in any text editor
  2. Find the line containing com.ciaogames.ciaosdk
  3. Replace the entire URL with the new one provided
  4. Save the file. Unity will detect the change and update the package automatically

Example:

"dependencies": {
.
.
.
    "com.ciaogames.ciaosdk": "https://[email protected]/Ciao-Games/ciaosdk.git"

Did this page help you?