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

◆ GetAllDependencies()

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

Returns all bundle names that the given asset bundle depends on, directly or indirectly (recursive).

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