Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AssetDatabase.DeleteAsset

public static bool DeleteAsset(string path);

Parameters

path Filesystem path of the asset to be deleted.

Description

Deletes the asset file at path.

Returns true if the asset has been successfully deleted, false if it doesn't exist or couldn't be removed.

All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png"

See Also: AssetDatabase.MoveAssetToTrash.

Did you find this page useful? Please give it a rating: