Class CatalogPathConfig
Configuration containing all paths used for building and loading content catalogs.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.CatalogBuilders
Assembly: Unity.Addressables.Editor.dll
Syntax
public class CatalogPathConfig
Properties
| Name | Description |
|---|---|
| BuildPath | The local build path where the catalog is written during build. |
| LoadPath | The runtime load path for the local catalog. |
| RemoteBuildPath | The build path for the remote catalog when remote catalog building is enabled. |
| RemoteLoadPath | The runtime load path for the remote catalog. |
| RuntimeCatalogFilename | The filename of the catalog file at runtime. |
| VersionedCatalogFileName | The versioned catalog filename, typically including the player version for cache busting. |