Editor and Headless Modes
Run Kinemium with Studio UI, server mode, or without graphics.
Editor and Headless Modes
Editor
zune run game --editorYou can combine editor and server mode:
zune run game --server --editorThe built-in editor is intended for playtesting, scripting, building, and object editing.
Headless
zune run game --headlessHeadless mode avoids graphics initialization where supported. It is the appropriate starting point for dedicated-server/automation workflows that do not require rendering.
Client-only runtime UI
zune run game --clientThe repository describes client mode as removing core/editor UI for a game-client style run.