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