Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Methods

Method

Description

GetAllAssetBundlesGet all the AssetBundles in the manifest.
GetAllAssetBundlesWithVariantGet all the AssetBundles with variant in the manifest.
GetAllDependenciesGet all the dependent AssetBundles for the given AssetBundle.
GetAssetBundleHashGet the hash for the given AssetBundle.
GetDirectDependenciesGet the direct dependent AssetBundles for the given AssetBundle.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.