Unity-MCP

by TSavo
Verified

read_file

Access and retrieve the contents of a file within a Unity project using a specified path, enabling AI assistants to interact with and analyze project data.

Instructions

Reads the contents of a file inside a Unity project.

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "minLength": 1, "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from Unity-MCP

Related Tools

ID: wopli4mm5v