Workspace
Project management, file organization, and workspace settings.
A Workspace in Ocsidian represents a single game project. It wraps an Unreal Engine project directory and adds Ocsidian-specific configuration, AI context, and generation history.
Creating a workspace
- Click New Project on the welcome screen
- Choose a template or select an existing Unreal project folder
- Ocsidian scaffolds the
.ocsidian/config directory
Project structure
MyGame/
├── .ocsidian/ # Ocsidian config and context
│ ├── rules/ # AI instruction rules
│ ├── templates/ # Generation templates
│ └── settings.json # Workspace settings
├── Content/ # Unreal Engine content
├── Source/ # C++ source code
├── Config/ # UE config files
└── MyGame.uproject # Unreal project fileWorkspace settings
Configure default model, generation quality, auto-save behavior, and Unreal Engine connection settings in .ocsidian/settings.json or through the settings UI.
