Download Editor Eye for Unity
One-click `.unitypackage` install. Supports Unity 2022.3.22f1 or later.
Download for Unity
Loading version info...
Install Instructions
.unitypackage Install
- Click the Download button above to get `editor-eye-unity.unitypackage`.
- In Unity, go to Assets → Import Package → Custom Package...
- Select the downloaded .unitypackage file and click Import.
- Open the window via Window → Editor Eye.
- Unity auto-installs the MCP bridge on startup. No further setup needed for future updates.
Step 2: Configure Claude Desktop (one-time)
Add the following to your claude_desktop_config.json. Replace {username} with your Windows username.
{
"mcpServers": {
"editor-eye-windows": {
"command": "C:/Users/{username}/AppData/Local/EditorEye/editor-eye-windows-cli.exe",
"args": [
"mcp-server"
]
}
}
} Config file location: %APPDATA%\Claude\claude_desktop_config.json
This path never changes. Once set, future Editor Eye updates are applied automatically — no config change required.
System requirements
- Unity 2022.3.22f1 or later (Unity 6000.x also supported)
- Package dependency: Newtonsoft.Json 3.2.1, EditorCoroutines 1.0.0 (auto-resolved)
- Internet connection required for MCP gateway on first run
- Windows only for local MCP bridge (cloud MCP works on all platforms)