docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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).

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)