TL;DR: Vibe-code your game development remotely from anywhere! ๐
ํ์ค์์ฝ: ์ด์ ์ง๋ฐ์์๋ ์๊ฒฉ์ผ๋ก ๋ฐ์ด๋ธ์ฝ๋ฉ์ผ๋ก ๊ฒ์ ๊ฐ๋ฐ ๊ฐ๋ฅํฉ๋๋ค! ๐ฎ
Companion skill for the OpenClaw Unity Plugin. Provides AI workflow patterns and gateway extension for Unity Editor control.
This software is in beta. Use at your own risk.
- Always backup your project before using
- Test in a separate project first
- The authors are not responsible for any data loss or project corruption
See LICENSE for full terms.
# Clone to OpenClaw workspace git clone https://github.com/TomLeeLive/openclaw-unity-skill.git ~/.openclaw/workspace/skills/unity-plugin # Install gateway extension cd ~/.openclaw/workspace/skills/unity-plugin ./scripts/install-extension.sh # Restart gateway openclaw gateway restart
unity-plugin/
โโโ SKILL.md # AI workflow guide (~82 tools)
โโโ extension/ # Gateway extension (for OpenClaw channels)
โ โโโ index.ts
โ โโโ openclaw.plugin.json
โ โโโ package.json
โโโ scripts/
โ โโโ install-extension.sh
โโโ references/
โโโ tools.md # Detailed tool documentation
| Mode | Use Case | Setup |
|---|---|---|
| Gateway | Telegram, Discord, OpenClaw channels | Extension install + Gateway restart |
| MCP Bridge | Claude Code, Cursor, local AI | Unity: Window โ OpenClaw Plugin โ MCP Bridge โ Start |
# Add to Claude Code claude mcp add unity -- node /path/to/unity-plugin/MCP~/index.js # Verify connection curl http://127.0.0.1:27182/status
| Component | Purpose | Location |
|---|---|---|
| Gateway Extension | Enables unity_execute tool |
~/.openclaw/extensions/unity/ |
| Skill | AI workflow patterns | ~/.openclaw/workspace/skills/unity-plugin/ |
| Unity Package | Unity Editor plugin + MCP Bridge | openclaw-unity-plugin |
| MCP Server | Local stdio server for Claude Code | Plugin's MCP~/index.js |
# Check extension loaded openclaw unity status # Check skill available ls ~/.openclaw/workspace/skills/unity-plugin/SKILL.md
์ด ์คํฌ์ ๊ธฐ๋ณธ์ ์ผ๋ก disableModelInvocation: true๋ก ์ค์ ๋์ด ์์ต๋๋ค.
| Setting | AI Auto-Invoke | User Explicit Request |
|---|---|---|
false |
โ Allowed | โ Allowed |
true (๊ธฐ๋ณธ๊ฐ) |
โ Blocked | โ Allowed |
์ฅ์ :
- ์ฌ์ฉ์๊ฐ ๋ช ์์ ์ผ๋ก ์์ฒญํ ์์ ๋ง ์คํ
- ์์ธก ๊ฐ๋ฅํ ๋์ - AI๊ฐ ์์๋ก ๋๊ตฌ ํธ์ถ ์ํจ
- ๋ฏผ๊ฐํ ํ๊ฒฝ์์ ์์
- ํ ํฐ ์ฌ์ฉ๋ ์ ์ฝ
๋จ์ :
- ๋งค๋ฒ ๋๊ตฌ ์ฌ์ฉ์ ๋ช ์์ ์ผ๋ก ์์ฒญํด์ผ ํจ
- ์ํฌํ๋ก์ฐ๊ฐ ๋ ์์ฐ์ค๋ฌ์
- AI์ ์์จ์ ๋ณด์กฐ ๊ธฐ๋ฅ ์ ํ
์ ํฉํ ๊ฒฝ์ฐ: ํ๋ก๋์ ํ๊ฒฝ, ๋ฏผ๊ฐํ ๋ฐ์ดํฐ, ์๊ฒฉํ ์ ์ด ํ์์
์ฅ์ :
- AI๊ฐ ์์จ์ ์ผ๋ก ๋ณด์กฐ ์์ ์ํ (hierarchy ๊ฒ์ฌ, ์คํฌ๋ฆฐ์ท, ์ปดํฌ๋ํธ ํ์ธ)
- ๋ํ ์ค ๋งฅ๋ฝ์ ๋ง๊ฒ ์๋์ผ๋ก ํ์ํ ๋๊ตฌ ํธ์ถ
- ๊ฐ๋ฐ ์ํฌํ๋ก์ฐ๊ฐ ๋ ์์ฐ์ค๋ฝ๊ณ ๋น ๋ฆ
- "์ฌ ๊ตฌ์กฐ ๋ณด์ฌ์ค" โ AI๊ฐ ๋ฐ๋ก
debug.hierarchy์คํ
๋จ์ :
- AI๊ฐ ์๋์น ์์ ์์ ์ ์ํํ ๊ฐ๋ฅ์ฑ
- ํ ํฐ ์ฌ์ฉ๋ ์ฆ๊ฐ (์๋ ๋๊ตฌ ํธ์ถ)
- ๋ฏผ๊ฐํ ์์ ์๋ ๋ถ์ ํฉ
์ ํฉํ ๊ฒฝ์ฐ: ๊ฐ๋ฐ/๋๋ฒ๊น , ํ๋กํ ํ์ดํ, ํ์ต ๋ชฉ์
SKILL.md์ frontmatter์์ ๋ณ๊ฒฝ:
--- name: unity-plugin disableModelInvocation: false # AI ์๋ ํธ์ถ ํ์ฉ ---
- OpenClaw 2026ๅนด2ๆ3ๆฅ+
- OpenClaw Unity Plugin in Unity
MIT License - See LICENSE
This project has been licensed under Apache-2.0 since its initial release. Copyright 2026 Tom Lee (TomLeeLive)