Notable API changes include:
Coherence.Network
is removed now. OnConnected
and OnDisconnected
events are moved to IClient
and have changed a signature:
BridgeStore.GetBridge
is now obsolete, and will be replaced with
BridgeStore.TryGetBridge
.
CoherenceSync.isSimulated
is now obsolete, and will be replaced with CoherenceSync.HasStateAuthority
.
CoherenceSync.RequestAuthority
is now obsolete, and will be replaced with CoherenceSync.RequestAuthority(AuthorityType).
For more information, see Release Notes.
For detailed documentation of the updated CoherenceSync component, see CoherenceSync.
The CLI tools have been updated, especially the ones that handle Simulators. To learn more about this, see CLI utilities.