CoherenceSyncConfig
Constructors
CoherenceSyncConfig |
Properties
EditorTarget | |
ID | |
IncludeInSchema | |
Instantiator | |
IsLinked | |
Provider | |
Sync |
Methods
GetInstance | Use the CoherenceSynConfig instantiator to get a CoherenceSync instance in the active scene if its networked with coherence (via a CoherenceBridge). Use this method when the prefab is loaded via an Object Provider that has a synchronous implementation. Use with care when loading the prefab can incur into heavy performance penalties if the prefab is loaded through an Asset Bundle. |
GetInstanceAsync | Use the CoherenceSynConfig instantiator to get a CoherenceSync instance in the scene that the CoherenceBridge is attached to. Use this method when the prefab needs to be loaded through Addressables or an Asset Bundle. |
GetNetworkAssetId | Returns a Network Asset ID for this prefab which can be used to identify it over the network. |
GetNetworkAssetIdAsString | Returns GetNetworkAssetId() as a human-readable string representation. |
NetworkAssetIdToString | Converts a network asset ID to a human-readable string representation. |
ReleaseInstance | Use this method to destroy CoherenceSync instances that have been loaded via the Instantiate methods of CoherenceSyncConfigManager. |