Where assets come from in Stage Engine
There is no Stage Engine asset store to browse. Art gets into your game three ways: it is generated, you bring it in from the web or your own files, or the shape is built directly in the world builder.
Why there is no store to browse
A store is a catalogue, and a catalogue is a list of things somebody decided in advance that you might want. That works for the games that resemble the games that already exist and fails for everything else. If your game needs a rusted signal box on a narrow gauge railway, no catalogue has it, and the search that fails costs you the afternoon.
It is also the wrong default for a tool whose whole argument is that you should not be limited to what somebody anticipated. A menu of assets pulls every project toward the middle of the menu. You can see this in games made from popular packs, where the same rock and the same crate turn up for years.
So the answer is not a bigger catalogue. It is three routes that between them cover what a project actually needs.
Generation
You describe the thing and it is generated for your project. This is the route that scales, because it does not depend on somebody having made your rusted signal box first. It is also the route that needs your judgement most: the first result is often close and wrong, and the fix is to say what is wrong and go again.
Generation happens over the network. This is one of the reasons Stage Engine needs an internet connection while you are building. The game you have built runs locally without one.
Bringing in what already exists
Your project is a real Godot project, so it takes the file formats Godot takes. Models, textures, audio and fonts that you already own, bought elsewhere, downloaded from a free library, or made yourself all drop in the normal way.
This matters more than it sounds for people who already have art. An artist you work with, a character you modelled two years ago, a texture set you paid for. None of that has to be recreated to be used here, and none of it is locked to this tool once it is in.
It is also the honest answer to the licensing question: assets you bring keep whatever terms they came with, and that relationship is between you and wherever you got them.
Building the shape directly
The third route is the one people forget. A lot of what a world needs is geometry, not art. Terrain, water, roads, platforms, blocked-out buildings, the whole grey box of a level. You build those in the builder by hand and they are finished things, not placeholders waiting for a model.
For a stylised game this is often the correct final answer rather than a stage on the way to one. A world of clean shapes with good lighting reads better than a world of mismatched downloaded models, and it is faster to change when the design moves.
When you are working this way it is worth being told which route produced a given thing, so you know what you can change and how.
What this means practically
You do not budget for asset packs and you do not wait for a store to stock what your game needs. You describe, import or build, and the result sits in your project on your disk in a format Godot reads.
Stage Engine itself is a desktop app for Mac and Windows. The download is free with a free plan; Indie is $10 a month and Pro is $50. Those plans buy more usage, including generation, rather than access to a different library.
Consistency is the thing to watch
The practical risk when assets come from several routes is that your world stops looking like one place. A photoreal barrel next to a stylised house next to a generated character with a different sense of scale reads as a folder, not a game.
Decide a rule early and hold it. One level of detail, one lighting model, one approach to colour. It is easier to make a plain world look coherent than to rescue a detailed one that does not.
This is also the argument for building shapes yourself more often than people expect. Geometry you built matches geometry you built, automatically, and lighting does the rest.
A useful habit is to build the whole area in plain geometry first and only replace the pieces that are letting it down. Most of them will not be, and the ones that are will be obvious once everything around them is settled.
Questions
- Is there a marketplace where I can buy assets?
- No. Art comes from generation, from files you bring in, or from geometry built directly in the world builder.
- Can I use assets I bought elsewhere?
- Yes. Your project is a normal Godot project and takes the formats Godot takes. Whatever terms those assets came with still apply.
- Can I sell or share what I make?
- The project is yours and lives on your disk. Anything you brought in keeps its own terms.
- Does asset generation work offline?
- No. Generation runs over the network, along with Director 1 and world data. Playing the game you built does not need a connection.
- Is generation included in the free plan?
- There is a free plan with usage included. Indie at $10 a month and Pro at $50 raise the usage rather than unlocking a separate library.