Skip to content

t1k-config-unity.json

registryVersion: 1 · priority: 90

FlagValue
batchModetrue
mcptrue
playModetrue

Raw JSON (ground truth)
{
"context": {
"description": "Requires Unity project structure",
"requiredPaths": [
"Assets",
"ProjectSettings"
]
},
"extraCommands": [
"t1k-unity-editor-scene",
"t1k-unity-editor-playtest",
"t1k-unity-editor-balance",
"t1k-unity-editor-mcp-profile",
"t1k-unity-editor-milestone",
"t1k-unity-editor-wiki",
"t1k-unity-editor-sync"
],
"features": {
"batchMode": true,
"mcp": true,
"playMode": true
},
"kit": "unity",
"kitName": "theonekit-unity",
"mcp": {
"required": [
{
"fork": {
"branch": "beta",
"checks": {
"manifestUrlContains": "The1Studio/unity-mcp",
"mcpServerCmdContains": "The1Studio/unity-mcp"
},
"installHelp": [
"1. Add the Unity package — paste into Packages/manifest.json under \"dependencies\":",
" \"com.coplaydev.unity-mcp\": \"https://github.com/The1Studio/unity-mcp.git?path=/MCPForUnity#beta\"",
"2. Register the Python MCP server (one-time, user scope):",
" claude mcp add UnityMCP -s user -- uvx --from \"git+https://github.com/The1Studio/unity-mcp.git@beta#subdirectory=Server\" mcp-for-unity"
],
"issueRepo": "The1Studio/unity-mcp",
"repo": "The1Studio/unity-mcp",
"required": true,
"unityPackageId": "com.coplaydev.unity-mcp",
"upmGitUrl": "https://github.com/The1Studio/unity-mcp.git?path=/MCPForUnity#beta"
},
"installCmd": "claude mcp add UnityMCP -s user -- uvx --from \"git+https://github.com/The1Studio/unity-mcp.git@beta#subdirectory=Server\" mcp-for-unity",
"name": "UnityMCP",
"purpose": "Unity Editor bridge for asset management, scene control, and script editing",
"verifyTool": "mcp__UnityMCP__"
}
]
},
"priority": 90,
"registryVersion": 1,
"repos": {
"mcp": "The1Studio/unity-mcp",
"primary": "The1Studio/theonekit-unity"
}
}