Unity
Summary
A Unity package that enables seamless communication between Unity and Large Language Models (LLMs) like Claude Desktop via the Model Context Protocol (MCP). This server acts as a bridge, allowing Unity to send commands to and receive responses from MCP-compliant tools, empowering developers to automate workflows, manipulate assets, and control the Unity Editor programmatically.
Available Actions(7)
read_console
Gets messages from or clears the console.
manage_script
Manages C# scripts, allowing operations such as create, read, update, and delete.
manage_editor
Controls and queries the editor's state and settings.
manage_scene
Manages scenes with operations like load, save, create, and get hierarchy.
manage_asset
Performs asset operations including import, create, modify, and delete.
manage_gameobject
Manages GameObjects, allowing create, modify, delete, find, and component operations.
execute_menu_item
Executes a menu item via its path (e.g., 'File/Save Project').
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación