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

Parameters

path@param path Путь файловой системы ассета, который будет удален.

Description

Удаляет ресурс по указанному пути.

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

Все пути указаны относительно папки проекта, например: "Assets/MyTextures/hello.png"

See Also: AssetDatabase.MoveAssetToTrash.