Method CreateCatalogBuilder
CreateCatalogBuilder(AddressableAssetSettings)
Creates the ICatalogBuilder used to write catalog files during a build. Override this method in a derived build script to supply a custom catalog builder.
Declaration
protected virtual ICatalogBuilder CreateCatalogBuilder(AddressableAssetSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetSettings | settings | The settings object whose catalog provider type determines the builder to create. |
Returns
| Type | Description |
|---|---|
| ICatalogBuilder | The ICatalogBuilder to use when writing catalog files. |