Hello everyone,
We are happy to announce the official release of the new Cloud Services Apis package (1.0.1)!
This API package provides low-level access to our public apis to enable advanced use cases.
Here’s a video explaining the purpose of the package:
VIDEO
The package documentation can be found here: Unity Cloud Services APIs
This package is available in the package manager.
Examples of capabilities that this enables:
- Access to Admin Apis
- Build custom editor tooling
- Run operations with server authority
- Extend Game Client functionality
This package integrates well with Unity-driven dedicated servers.
The package also comes with many editor samples and tutorials to showcase the type of tools you can build (see the vid).
They are available through the “Services/API Samples” menu item.
We are looking forward to your feedback!
5 Likes
Hello @GabKBelmonte
That sounds great!
Is there a tutorial on how to sync the api samples? I added my projectID in the settings tab but it didn’t do anything. I only see the code snippets on each pages, not the input text and buttons.
Hi.
Did you enter a value for every setting?
The samples currently require every field in the settings to be entered.
I haven’t done that. I will try thanks!
Hi Erickb!
So I searched and I was not able to find thoses keys: AdminKeyIdentifier, AdminKeySecret, TrustedKeyIdentifier and TrustedKeySecret. I am a solo dev so I have full admin access.

Hi, these are service account information that is required to run the admin & trusted clients APIs.
The service accounts need to be configured with the right permissions for the operations you want to allow. You can enter the same key for both if you want.
1 Like