Ocsidian

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

  1. Click New Project on the welcome screen
  2. Choose a template or select an existing Unreal project folder
  3. 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 file

Workspace settings

Configure default model, generation quality, auto-save behavior, and Unreal Engine connection settings in .ocsidian/settings.json or through the settings UI.