CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ GetDirectDependencies()

static String[] GetDirectDependencies ( [NotNull] String bundleName)
static

Returns the bundle names that the given asset bundle directly depends on.

Parameters
bundleNameName of the asset bundle.
Returns
Directly dependent asset bundle names or an empty array if there are no direct dependencies.
See also