Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closepath | Filesystem path of the asset to be deleted. |
Deletes the asset file at path.
Returns true if the asset has been successfully deleted, false if it doesn't exit or couldn't be removed.
All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png"
See Also: AssetDatabase.MoveAssetToTrash.