Stage Engine is not a VR game maker
If you want to make a game for a headset, this is the wrong tool and we are not going to dress that up. What follows is what Stage Engine actually is, and an honest pointer to where VR work happens.
The short version
Stage Engine is a desktop app for Mac and Windows. You build a world by hand, Director 1 writes the code, and the game runs locally on the copy of Godot that ships inside the app, on a monitor. There is no headset preview, no controller mapping, no comfort or locomotion tooling, and nothing in the builder assumes a stereo camera.
A VR game is not a normal game with a different output. Locomotion, scale, hand presence, frame budget, motion sickness — those are the design problems, and a tool that does not think about them is not going to accidentally solve them for you.
So: if the headset is the point, use Unity or Unreal, or Godot directly with its XR support and the community toolkits that exist for it. Those are real answers and you deserve one rather than a page that hedges.
The nuance that is true but not a promise
What Stage Engine produces is a real Godot project on your disk, not a sealed file format. Godot itself is an open source engine with an XR story of its own. Somebody with the relevant skills could open a project made here and take it in a direction Stage Engine does not support.
That is worth knowing and it is not a plan. Nothing in the builder, in Director 1, or in the way a project is set up is aimed at VR, so treating that as a path is treating an open door as a road. If you need VR, start where VR is supported.
We would rather say that clearly than sell you a maybe. Never inventing a capability is worth more to you than a page that ranks.
What the tool is actually for
Flat-screen 3D games on a PC or a Mac. Worlds with terrain, water, weather and a few hundred moving characters — the kind of thing that needs to run locally to be pleasant, which is exactly why the game runs on your machine rather than streaming from somewhere.
The work splits in two. You build the world with your hands in a builder that behaves like a level editor: terrain, water, weather, buildings, characters, placed where you decide. Director 1 writes the GDScript for behaviour, inside your project, and you judge it by playing it.
That division is the whole design. Describing a hillside in a sentence is slower and worse than dragging it. Describing a rule is faster than writing four hundred lines. Each half goes where it belongs.
If you are here because VR is your subject, not your platform
Some people searching for a VR game maker actually want an immersive world and assume a headset is the only way to get one. If what you want is a place that feels real to move through — light changing, weather arriving, somewhere that rewards looking around — a flat-screen game does that too, and it is a far shorter road.
Building that world by hand is the part Stage Engine takes seriously. It is also the part that transfers if you later go to a VR-capable engine: knowing how to compose a space is not platform-specific knowledge.
The rest is the usual facts. Free download, free plan, Indie at $10 a month, Pro at $50, all buying usage rather than a different engine. Building needs an internet connection because Director 1, generation and world data come over the network. Playing what you built does not.
Before you commit either way
Decide what the headset is doing for your game. If the answer is presence — hand, scale, the feeling of standing somewhere — that is a design goal you cannot approximate on a monitor and you should go where the tooling is. If the answer is closer to "VR seemed like the modern way to do this", the flat-screen version of your idea is a much shorter project and a better first one.
It is also worth knowing that VR magnifies every mistake. A frame rate dip that is mildly annoying on a monitor makes people take the headset off. That is not a reason to avoid it, but it is a reason not to make it your first game while also learning everything else.
Whatever you choose, choose it before you build the world rather than after. Retrofitting a flat-screen game into VR is a rebuild, not a setting.
Questions
- Can I export a Stage Engine game to a headset?
- No. Stage Engine builds and runs games on Mac and Windows, on a monitor. VR is not a supported target.
- Godot supports XR though, does that help?
- Your project is a real Godot project, so an experienced developer could take it elsewhere. Nothing in Stage Engine is built for VR, so do not plan a VR project around that possibility.
- What should I use for VR instead?
- Unity and Unreal have the deepest headset tooling. Godot on its own also has XR support and an active community around it.
- What is Stage Engine good at then?
- Flat-screen 3D worlds on desktop, built by hand, with Director 1 writing the code and the game running locally on the bundled Godot.
- Do I need to code?
- No. You build the world and judge the game by playing it. The GDScript is written for you.