Unity-MCP

by TSavo
Verified

list_files_in_project

Retrieve all files within a Unity project by providing the project name. Enables organized file management and quick access to assets in Unity game development.

Instructions

Lists all the files inside a Unity project.

Input Schema

NameRequiredDescriptionDefault
projectNameYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Unity-MCP

Related Tools

ID: wopli4mm5v