script-delete
Delete script files in Unity, automatically refreshing the AssetDatabase and waiting for compilation to complete before confirming results.
Instructions
Delete the script file(s). Does AssetDatabase.Refresh() and waits for Unity compilation to complete before reporting results. Use 'script-read' tool to read existing script files first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of file paths to delete. Example: ["Assets/Scripts/Old.cs"] | |
| requestId | No |