Table of Contents

CloudUniqueId

struct in Coherence.Cloud

A locally unique identifier associated with a player account.

The id can be provided by the user via CoherenceBridge's Editor when 'Player Account' is set to 'Login As Guest', or via the LoginAsGuestOptions when calling LoginAsGuest(LoginAsGuestOptions, CancellationToken). If no Cloud Unique Id is provided by the user, then one is generated automatically, and cached locally on the device.

Cloud Unique Ids can be used to create and log into multiple different guest player accounts on the same device. This might be useful for local multiplayer games, allowing each player to log into their own guest player account.

Fields
None

Represents the lack of a Unique Cloud Id.

Methods
Deserialize

Converts the previously serialized string representation of a CloudUniqueId back into a CloudUniqueId.

Equals
GetHashCode
Serialize

Converts the given CloudUniqueId into a string. The returned string value can be persisted on disk, and later converted back into a CloudUniqueId. >

ToString
Operators
op_Equality
op_Implicit
op_Inequality