CoherenceSyncConfigRegistry Save Modes
The CoherenceSyncConfigRegistry is a ScriptableObject that will hold a list of references to your existing CoherenceSyncConfig objects.
CoherenceSyncConfig is a separate ScriptableObject that holds the configuration for each of your networked objects.
Since the Registry needs to keep a list of references, in coherence we offer three different ways you can handle your CoherenceSyncConfigRegistry asset:
Sub Assets: The
CoherenceSyncConfigassets will be saved as sub-assets of theCoherenceSyncConfigRegistryasset.
Standalone Assets: The
CoherenceSyncConfigassets will be saved separately in the Assets/coherence/baked folder, theCoherenceSyncConfigRegistrywill simply keep a list of references to them.
Dynamic Standalone Assets: The
CoherenceSyncConfigassets will be saved separately in the Assets/coherence/baked folder. TheCoherenceSyncConfigRegistrywill not be saved to disk but it will be generated on-demand in memory.
Last updated
Was this helpful?

