Troubleshooting
macOS won’t open ArcaneIDE
Section titled “macOS won’t open ArcaneIDE”Symptom: “ArcaneIDE cannot be opened because it is from an unidentified developer.”
Fix: ArcaneIDE is not yet code-signed. See the Installation guide for how to bypass Gatekeeper using right-click → Open, or via xattr -cr /Applications/ArcaneIDE.app in the terminal.
The AI doesn’t know about my scripts
Section titled “The AI doesn’t know about my scripts”Symptom: The AI gives generic answers or says it can’t find a class that clearly exists.
Fixes:
- Check the status bar for indexing state — wait for it to show “Complete”
- If it’s stuck on “Indexing…” for more than a few minutes, open the Command Palette and run “Arcane: Reindex Project”
- Make sure you opened the Unity project’s root folder (the one containing
Assets/), not a subfolder
Unity Editor isn’t connecting
Section titled “Unity Editor isn’t connecting”Symptom: The Play/Pause toolbar buttons are greyed out or show “Not connected”.
Fixes:
- Make sure the Arcane Unity Plugin is installed in your Unity project
- Check that both ArcaneIDE and the Unity Editor are running on the same machine
- Restart both ArcaneIDE and the Unity Editor
- Check the Output panel in ArcaneIDE for IPC connection errors
AI chat returns no response
Section titled “AI chat returns no response”Symptom: Sending a message does nothing, or the chat spins indefinitely.
Fixes:
- Open Arcane: Settings and confirm your API key is entered correctly
- Check you have credits remaining with your provider (OpenAI / Anthropic)
- If using a custom server URL, make sure the server at that address is running
- Check the browser developer tools console (Help → Toggle Developer Tools) for network errors
Indexing completed but search results seem wrong
Section titled “Indexing completed but search results seem wrong”Symptom: searchProject returns unrelated results, or misses classes that exist.
Fix: Run “Arcane: Reindex Project” from the Command Palette to do a full rebuild. This clears and regenerates the entire knowledge graph from scratch.
Editor feels slow after opening a large project
Section titled “Editor feels slow after opening a large project”Symptom: Typing feels laggy during the initial indexing phase.
Fix: This is expected behavior during the first index build. Indexing runs in the background Node.js process and shouldn’t block the UI significantly, but very large projects (10,000+ scripts) may take a couple of minutes. Performance returns to normal once indexing completes.