Interface ICatalogBuilder
Interface for catalog builders that generate content catalog data during Addressables builds. Implementations create catalogs in specific formats (e.g., JSON, binary).
Namespace: UnityEditor.AddressableAssets.Build.CatalogBuilders
Assembly: Unity.Addressables.Editor.dll
Syntax
public interface ICatalogBuilder
Methods
| Name | Description |
|---|---|
| GenerateCatalog(IBuildLogger, CatalogPathConfig, string, IList<ContentCatalogDataEntry>, List<ResourceLocationData>, HashSet<Type>, FileRegistry, string, bool, int, CatalogBundleConfig) | Generates a content catalog from the provided build data. |