Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDirectDependencies(string)

Get the direct dependent AssetBundles for the given AssetBundle.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AssetBundleModule
public string[] GetDirectDependencies(string assetBundleName)

Parameters

assetBundleName

Name of the asset bundle.

Returns

Type

Description

string[]Array of asset bundle names this asset bundle depends on.