Class ContentCatalogProvider
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.
Inherited Members
Namespace: UnityEngine.AddressableAssets.ResourceProviders
Syntax
public class ContentCatalogProvider : ResourceProviderBase, IResourceProvider, IInitializableObject
Constructors
Name | Description |
---|---|
ContentCatalogProvider(ResourceManager) | Constructor for this provider. |
Fields
Name | Description |
---|---|
DisableCatalogUpdateOnStart | Use to indicate if the updating the catalog on startup should be disabled. |
IsLocalCatalogInBundle | Use to indicate if the local catalog is in a bundle. |
Methods
Name | Description |
---|---|
Provide(ProvideHandle) | Provide the object specified in the provideHandle. |
Release(IResourceLocation, Object) | Release the specified object that was created from the specified location. |