🎮
Unity
Game Engine Developer ToolsInstall Command
npx clawhub@latest install unity
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Unity to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Unity appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Manage Unity scenes and game objects
Create and modify C# scripts
Manipulate assets and component properties
Detailed Description
Unity MCP Server integrates the Unity game engine editor into AI, enabling you to manage game scenes, write scripts, and manipulate game objects through natural language.
Core Features
- Scene Management: Create, delete, and transform GameObjects, set position, rotation, and scale
- Script Operations: Create and modify C# scripts, attach components to game objects
- Asset Management: Browse and manipulate project assets, import and configure materials, textures, and other resources
Configuration
{
"mcpServers": {
"unity": {
"command": "npx",
"args": ["-y", "unity-mcp-server"]
}
}
}
// Requires installing the MCP plugin package in Unity Editor
Use Cases
- Describe scene layouts in natural language and let AI automatically place game objects
- Have AI generate game logic scripts and attach them to objects
- Quickly set up game object component properties and parameters
- Automate level editing and scene building work