In order to access coherence Cloud features from the Unity SDK, you can use the CloudService instance in the component.
With the CloudService instance, and after completing login (see and example code for an example), you will be able to fetch the existing of your project, create new , delete and fetch existing , as well as access the various available .
In the subsections of this page, you will be able to find detailed usage examples of each feature from the .
In the inspector of a instance, you will find two settings related with the coherence Cloud:
Auto Login As Guest: If enabled, Cloud Service will automatically log in with the coherence Cloud using a player Guest Account. If you want to handle logins manually in your game, turn this option off.
Cloud Unique ID: Uniquely identify the Cloud Service used by this CoherenceBridge. It will be used to cache the player account credentials. If it is not specified, one will be autogenerated.