Method GetDirectDependencies
GetDirectDependencies(string)
Retrieves all bundle dependencies based on the specified bundle name.
Declaration
public string[] GetDirectDependencies(string assetBundleName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | assetBundleName | The bundle name to lookup. |
Returns
| Type | Description |
|---|---|
| string[] | Returns all the dependencies of the bundle. |