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

◆ GetPaths()

static String[] GetPaths ( [NotNull] String bundleName,
[NotNull] String assetName )
static

Returns the asset paths in a given asset bundle that matches an asset name.

Parameters
bundleNameName of the asset bundle.
assetNameFilter string that asset name needs to match.
Returns
The paths to assets whose name matches the filter string. Empty string if there are no matches.
See also