Live Preview

See It Build
In Real Time

Ocsidian connects directly to Unreal Engine. Watch scenes, materials, and blueprints appear live as the AI generates them.

curl -fsSL https://get.ocsidian.ai | sh

How Live Preview works

A persistent connection between Ocsidian and your Unreal Engine instance enables instant feedback.

Editor Preview

See changes directly in the UE5 viewport as you describe them. Materials update in under 2 seconds.

Play-in-Editor

Test gameplay in real time. Walk through your generated scene, interact with objects, and iterate on the fly.

Standalone Window

Launch a separate game window for full-screen testing while keeping the editor and prompt bar accessible.

Same commands, any environment

Use the Ocsidian CLI to generate, build, cook, and package from any terminal.

Generate from Terminal

Run AI generations headlessly for CI/CD pipelines, batch processing, or scripted workflows.

ocsidian generate --prompt "Add a waterfall to the eastern edge" --model pro

Hot Reload

Asset hot-reloading takes under 2 seconds for materials and 5–10 seconds for mesh regeneration. No editor restart needed.

ocsidian build --hot-reload --watch

Configuration

Configure default model, quality presets, and engine paths via environment variables or config files.

export OCSIDIAN_MODEL=ultra
ocsidian generate --file scene-prompt.md

Learn more

Try Live Preview.

curl -fsSL https://get.ocsidian.ai | sh