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:
- In your Unity project, open
Packages/manifest.jsonin any text editor - Find the line containing
com.ciaogames.ciaosdk - Replace the entire URL with the new one provided
- 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"
Updated 7 days ago
Did this page help you?
