Skip to content

First Project

This guide walks you through opening your first Unity project in ArcaneIDE.

  1. Launch ArcaneIDE
  2. Click File > Open Project or use Ctrl+O / Cmd+O
  3. Select your Unity project’s root folder
  4. ArcaneIDE auto-detects the Unity version, scripting backend, and project structure

The sidebar shows your project files organized by type:

  • Scripts — C# source files
  • Scenes — Unity scene files
  • Assets — Textures, models, audio, and other resources
  1. Open any .cs script
  2. Start typing — AI autocompletion suggests context-aware code
  3. Press Tab to accept a suggestion
  4. Use Ctrl+Space to trigger suggestions manually