Class JsonCatalogBuilder
Catalog builder that generates content catalogs in JSON format. JSON catalogs are human-readable and useful for debugging, but larger than binary catalogs.
Implements
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.CatalogBuilders
Assembly: Unity.Addressables.Editor.dll
Syntax
public class JsonCatalogBuilder : 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 |
|---|---|
| GenerateCatalog(IBuildLogger, CatalogPathConfig, string, IList<ContentCatalogDataEntry>, List<ResourceLocationData>, HashSet<Type>, FileRegistry, string, bool, int, CatalogBundleConfig) | Generates a content catalog from the provided build data. |