Enum AssetLoadMode
Used to indication how Assets are loaded from the AssetBundle on the first load request.
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public enum AssetLoadMode
Fields
| Name | Description |
|---|---|
| AllPackedAssetsAndDependencies | Load all assets inside the AssetBundle |
| RequestedAssetAndDependencies | Only load the requested Asset and Dependencies |