unity_asset_delete
Remove an asset from the Unity project by specifying its relative path (e.g., 'Assets/Scripts/MyScript.cs'). Use with port from unity_select_instance for parallel-safe routing in multi-instance setups.
Instructions
Delete an asset from the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Asset path relative to project root (e.g. 'Assets/Scripts/MyScript.cs') | |
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |