ManualUniqueId
property in Coherence.Toolkit.CoherenceSync
Properties
public string ManualUniqueId { get; }
The unique identifier of this entity.
Property Value
Type | Description |
---|---|
string |
Remarks
Used to ensure that CoherenceSync prefabs with uniquenessType set to NoDuplicates only have a single instance across all clients, if not set, the UUID will be autogenerated.
You cannot change an instance unique id at runtime. If you wish to use runtime-generated unique ids, register them through RegisterUniqueId(string) instead.