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

◆ Delete() [3/4]

static Boolean Delete ( [NotNull] Object asset)
static

Deletes an asset file or folder.

Does nothing if there is no file or folder at the given path.

Parameters
assetThe asset to delete.
Returns
True if the asset was deleted, false otherwise.
See also