mirror of
https://github.com/PlayableIntelligence/game-creator.git
synced 2026-09-19 07:34:10 +08:00
6fbd393380
* Add Unity MCP Skill as submodule * Add unity-mcp to README skills table, drop branch tracking from .gitmodules Keeps the user-facing skills table in sync with the new submodule, and pins unity-mcp purely to its commit (no `branch = beta`) so `git submodule update --remote` can't drift the pin. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: rshtirmer <rshtirmer@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
325 B
Plaintext
10 lines
325 B
Plaintext
[submodule "submodules/playdotfun"]
|
|
path = submodules/playdotfun
|
|
url = https://github.com/playdotfun/skills.git
|
|
[submodule "skills/sub-games"]
|
|
path = skills/sub-games
|
|
url = git@github.com:subdotgames/skills
|
|
[submodule "submodules/unity-mcp"]
|
|
path = submodules/unity-mcp
|
|
url = https://github.com/CoplayDev/unity-mcp.git
|