docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BaseCatalogBuilder

    Base class for catalog builders that generate content catalog data for Addressables builds. Provides common functionality for creating catalog files in different formats.

    Inheritance
    object
    BaseCatalogBuilder
    BinaryCatalogBuilder
    JsonCatalogBuilder
    Implements
    ICatalogBuilder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.AddressableAssets.Build.CatalogBuilders
    Assembly: Unity.Addressables.Editor.dll
    Syntax
    public abstract class BaseCatalogBuilder : ICatalogBuilder

    Properties

    Name Description
    CatalogExtension

    Gets the file extension used for catalog files created by this builder (e.g., "json" or "bin").

    Methods

    Name Description
    AddExtensionToCatalogFilename(string)

    Appends the catalog file extension to the given filename if not already present.

    GenerateCatalog(IBuildLogger, CatalogPathConfig, string, IList<ContentCatalogDataEntry>, List<ResourceLocationData>, HashSet<Type>, FileRegistry, string, bool, int, CatalogBundleConfig)

    Generates a content catalog from the provided build data.

    GetBaseCatalogFilename(string)

    Gets the base filename for the catalog based on the locator ID. Returns "catalog" for the default catalog address, otherwise returns the locator ID.

    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)