unity-mcp
Installation
SKILL.md
Unity MCP
Essential guidance for using MCP for Unity tools effectively.
Resource-First Workflow ⭐
Always read resources before using tools - prevents errors and provides context.
1. Check state → mcpforunity://editor/state (ready_for_tools?)
2. Understand → Resources (scene, gameobject, prefab, etc.)
3. Find target → find_gameobjects or resource queries
4. Act → Tools (manage_gameobject, create_script, etc.)
5. Verify → read_console, check resources
Why: Tools fail if Unity is compiling or wrong instance active. Resources show current state before modification.