assets-delete
Delete Unity project assets by providing an array of asset paths. The AssetDatabase automatically refreshes after deletion. Locate assets using the assets-find tool before deleting.
Instructions
Delete the assets at paths from the project. Does AssetDatabase.Refresh() at the end. Use 'assets-find' tool to find assets before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Array of asset paths to delete. Example: ["Assets/Materials/Mat.mat"] |