Reference for installation, updates, troubleshooting, and support.
Synaptic AI Pro ships as modular packages. Here's what is available and what's next.
One-touch setup instructions and how to use with Claude Desktop / VS Code / Cursor.
View GuideControl Unity via HTTP API from any AI CLI tool - Claude Code, Gemini CLI, Codex CLI, and more.
CLI Integration GuideUpdates ship as refreshed archives in the same R2 bucket. You'll receive an email with the latest link whenever a new build is published.
Packages are distributed as source-visible assets. Use or modify them freely within your team as long as you do not redistribute the artifacts publicly.
Unity 2021/2022 sometimes skips the Newtonsoft package when importing Synaptic archives.
1. Open Window → Package Manager. 2. Click the + button → "Add package by name…". 3. Enter `com.unity.nuget.newtonsoft-json` with version `3.0.2`, then click Add. 4. Reimport the Synaptic packages.
Return to the checkout success page and generate a new link, or contact us if you no longer have access.
Yes. Since builds are simple archives you can mirror them to your internal artifact storage once downloaded.
Synaptic AI Pro works with multiple AI clients and development environments:
246 tools, Automatic setup, Prompt caching (99% reduction)
246 tools or 80 essential tools, Manual setup required
Dynamic loading (8→N tools), Manual setup required
80 essential tools, Local AI support
HTTP API support, No MCP required
HTTP API support, Codex CLI, Gemini CLI, etc.
Direct Unity control from AI CLIs without MCP. Perfect for Claude Code, Codex CLI, Gemini CLI, and custom AI tools.
cd Assets/Synaptic\ AI\ Pro/MCPServer && node index.jscurl http://localhost:8080/healthCheck Unity connection status
curl http://localhost:8080/healthList all 246 available tools with descriptions
curl http://localhost:8080/toolsExecute any Unity tool via HTTP
curl -X POST http://localhost:8080/tool/unity_create_gameobject -H 'Content-Type: application/json' -d {...}Create a cube in Unity:
curl -X POST http://localhost:8080/tool/unity_create_gameobject \
-H 'Content-Type: application/json' \
-d '{"name": "Cube", "type": "cube"}'Response:
success: true, result: [object]Email: sekiguchimiu@gmail.com • Discord: https://discord.gg/Y2nUyWvqR3
← Reference for installation, updates, troubleshooting, and support.