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

◆ GetAll() [2/2]

static String[] GetAll ( [NotNull] Path[] paths)
static

Returns all (direct and indirect) dependencies of the assets at the given paths. Returns paths to dependent assets.

Parameters
pathsPaths to asset files.
Returns
Paths to dependent assets, or empty array if there are no dependencies.
See also