Namespace UnityEditor.AddressableAssets.Build.CatalogBuilders
Classes
BaseCatalogBuilder
Base class for catalog builders that generate content catalog data for Addressables builds. Provides common functionality for creating catalog files in different formats.
BinaryCatalogBuilder
Catalog builder that generates content catalogs in a compact binary format. Binary catalogs are smaller and faster to load than JSON catalogs.
CatalogBundleConfig
Configuration for bundling the content catalog into an AssetBundle. Used when the BundleLocalCatalog option is enabled in Addressables settings.
CatalogPathConfig
Configuration containing all paths used for building and loading content catalogs.
JsonCatalogBuilder
Catalog builder that generates content catalogs in JSON format. JSON catalogs are human-readable and useful for debugging, but larger than binary catalogs.
Interfaces
ICatalogBuilder
Interface for catalog builders that generate content catalog data during Addressables builds. Implementations create catalogs in specific formats (e.g., JSON, binary).