folder_delete
Remove a specified folder from a Unity project, including all its contents recursively, using the MCP Server for Unity to manage project assets effectively.
Instructions
Delete a folder from Unity project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path of the folder to delete | |
recursive | No | Delete all contents recursively (default: true) |