Editor Overview
Tour of the Ocsidian editor interface and core features.
The Ocsidian editor is a full-featured development environment built specifically for AI-assisted game creation. It combines a code editor, visual scripting interface, asset browser, and AI prompt system in a single workspace.
Interface layout
- Prompt Bar — Top center, accessed with
Cmd+I/Ctrl+I - Code Editor — Central panel with tabs for open files
- Explorer — Left sidebar showing project file tree
- AI Chat — Right sidebar for extended conversations
- Terminal — Bottom panel for command-line access
- Preview — Embedded Unreal Engine viewport
Keyboard shortcuts
| Action | macOS | Windows / Linux |
|---|---|---|
| Open prompt bar | Cmd+I | Ctrl+I |
| Toggle AI chat | Cmd+Shift+I | Ctrl+Shift+I |
| Open terminal | Cmd+` | Ctrl+` |
| Quick file open | Cmd+P | Ctrl+P |
| Command palette | Cmd+Shift+P | Ctrl+Shift+P |
| Toggle preview | Cmd+Shift+V | Ctrl+Shift+V |
