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

◆ GetAll() [1/2]

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

Returns all (direct and indirect) dependencies of the asset at the given path.

Parameters
pathPath to an asset file.
Returns
Paths to dependent assets, or empty array if there are no dependencies.
See also