Upgrading to coherence Unity SDK 0.9.0
Notable API changes include:
Coherence.Network
is removed now.OnConnected
andOnDisconnected
events are moved toIClient
and have changed a signature:
BridgeStore.GetBridge
is now obsolete, and will be replaced withBridgeStore.TryGetBridge
.
CoherenceSync.isSimulated
is now obsolete, and will be replaced withCoherenceSync.HasStateAuthority
.CoherenceSync.RequestAuthority
is now obsolete, and will be replaced withCoherenceSync.RequestAuthority(AuthorityType).
CLI Tools
Last updated
Was this helpful?