AssetBundleManifest
Manifest for all the AssetBundles in the build.
Read time 3 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.AssetBundleModule
- Inherits from: Object
public class AssetBundleManifest : Object
Remarks
Additional Resources: BuildPipeline.BuildAssetBundles, AssetBundle.GetAllAssetNames
Methods
Method | Description |
|---|---|
| GetAllAssetBundles | Get all the AssetBundles in the manifest. |
| GetAllAssetBundlesWithVariant | Get all the AssetBundles with variant in the manifest. |
| GetAllDependencies | Get all the dependent AssetBundles for the given AssetBundle. |
| GetAssetBundleHash | Get the hash for the given AssetBundle. |
| GetDirectDependencies | Get the direct dependent AssetBundles for the given AssetBundle. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |