First Project
This guide walks you through opening your first Unity project in ArcaneIDE.
Open a Unity Project
Section titled “Open a Unity Project”- Launch ArcaneIDE
- Click File > Open Project or use
Ctrl+O/Cmd+O - Select your Unity project’s root folder
- ArcaneIDE auto-detects the Unity version, scripting backend, and project structure
Project Explorer
Section titled “Project Explorer”The sidebar shows your project files organized by type:
- Scripts — C# source files
- Scenes — Unity scene files
- Assets — Textures, models, audio, and other resources
Your First AI-Assisted Edit
Section titled “Your First AI-Assisted Edit”- Open any
.csscript - Start typing — AI autocompletion suggests context-aware code
- Press
Tabto accept a suggestion - Use
Ctrl+Spaceto trigger suggestions manually