Namespace UnityEngine.AddressableAssets.ResourceProviders
Classes
BinaryCatalogProvider
Content catalog provider for binary-format catalogs.
ContentCatalogProvider
Abstract base provider for content catalogs. This provider makes use of a hash file to determine if a newer version of the catalog needs to be downloaded. Subclasses supply format-specific hooks for JSON and Binary catalogs.
JsonCatalogProvider
Content catalog provider for JSON-format catalogs.
Enums
ContentCatalogProvider.DependencyHashIndex
Options for specifying which entry in the catalog dependencies should hold each hash item. The Remote should point to the hash on the server. The Cache should point to the local cache copy of the remote data.