Property EnableJsonCatalog
EnableJsonCatalog
Whether JSON catalogs are currently configured. This is a back-compat shim over CatalogProviderType; prefer setting CatalogProviderType directly where possible.
Declaration
public bool EnableJsonCatalog { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
The setter also keeps the legacy m_EnableJsonCatalog serialized field in sync so
that RunMigrationSteps(AddressableAssetSettings) can read it correctly when migrating settings
serialized by older versions of the package.