Skip to main content
Glama

MCP Server for Unity

by zabaglione

script_delete

Remove a C# script from a Unity project by specifying the file path, streamlining script management and project organization.

Instructions

Delete a C# script from Unity project

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the script file

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the script file", "type": "string" } }, "required": [ "path" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zabaglione/mcp-server-unity'

If you have feedback or need assistance with the MCP directory API, please join our Discord server