AddConfigToAddressablesGroup
Methods
public static bool AddConfigToAddressablesGroup(CoherenceSyncConfig config)
Adds config to the Addressables group that its prefab belongs to,
or to the default group if the prefab has no group. Does nothing if the config is
already registered in any group, or if Addressables is not available.
Parameters
| Type | Name | Description |
|---|---|---|
| CoherenceSyncConfig | config |
Returns
| Type | Description |
|---|---|
| bool |
|