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

◆ FindPaths() [2/2]

static Path[] FindPaths ( [NotNull] String filter,
String[] searchInFolders = null )
static

Finds asset paths by the given filter criteria.

Converts the list of string guids from CodeSmileEditor.Asset.File.Find to actual Paths.

Parameters
filterA search filter string.
searchInFoldersA list of folders to recursively search for files. Limiting the searched folders speeds up Find.
Returns
An Path array. Empty array if there were no search results.
See also