Version: 2018.2
public static bool DeleteAsset (string path);

パラメーター

path削除するアセットのファイルシステム上のパス

説明

アセットを完全に削除します

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

すべてのパスは、例えば "Assets/MyTextures/hello.png" のような Project フォルダーに対する相対パスです。

関連項目: AssetDatabase.MoveAssetToTrash.