Class CachedFileProvider
Downloads remote files to a local cache and returns the path. This path can be used to load the data with other providers such as BinaryDataProvider.
Inherited Members
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public class CachedFileProvider : ResourceProviderBase, IResourceProvider, IInitializableObject
Methods
| Name | Description |
|---|---|
| Provide(ProvideHandle) | Provides the local file path of the cached file. |