An honest answer about "unlimited" AI game making
Nobody offers genuinely unlimited AI. What varies is how much of the tool depends on it. In Stage Engine the AI writes code and the person builds the world, so the metered part is a smaller share of the day than you are probably expecting.
Why "unlimited" is the wrong thing to search for
Every AI request costs the company running it real money, every time. A tool advertising unlimited AI is either about to change its pricing, silently degrading the model when you use it a lot, or defining "unlimited" against a rate limit written somewhere you have not read yet.
We are not going to claim it. Stage Engine meters AI usage by plan: free plan, Indie at $10 a month, Pro at $50. More money buys more usage. It does not buy a different engine, a better model, extra features or a higher quality ceiling.
The more useful question is not "is it unlimited" but "how much of the work needs the meter at all". That answer is different here than in a tool where every single change goes through a prompt.
What has no meter on it
Building the world by hand. You place terrain, carve water, set weather, position buildings and characters directly in the builder. That is local work on your machine, done with your hands, and it is the majority of the time you will spend. No credits are consumed by moving a hill.
Playing your game. Stage Engine ships with Godot inside it and your game runs locally when you press play. Testing a build twenty times in an evening costs nothing, which matters because testing repeatedly is how a game gets good.
The project itself. There are no per-project limits, no export gate, no watermark on what you made. Your project is a real Godot project sitting in a folder on your disk.
What does use the meter
Director 1. He is the part that writes the GDScript in your project. Each time you ask for a behaviour and he writes or revises code, that is usage. Asset generation and world data come over the network too, so those count.
This is why the split between hand-building and code generation matters commercially as well as creatively. A tool where the only way to move a rock is to ask an AI to move it will burn through any allowance quickly, and it will also be a worse way to move a rock. Here the prompting is reserved for the part where prompting is genuinely better than clicking: describing behaviour.
Building always needs an internet connection for the same reason. Director 1, generation and world data are network services. Playing what you already built does not need one.
How to get more out of a plan
Be specific. "Make the enemies smarter" spends a request and comes back with a guess. "When the player is behind cover, enemies should flank instead of walking forward" spends the same request and comes back with something you can judge. Vagueness is the main way people waste usage.
Play before you ask again. The instinct is to fire three requests and then look. It is cheaper and faster to change one thing, play it, and know what the change actually did.
Do the buildable parts by hand. If the fix is that a doorway is in the wrong place, drag the doorway. Asking for it is slower and it costs usage you could spend on the parts you cannot do yourself.
Who each plan suits
The free plan is enough to find out whether the loop suits you: build some world, ask for some behaviour, play it, judge it. That is the whole product in miniature and you should decide on the basis of it rather than on a feature list.
Indie at $10 is the plan for somebody working on a game regularly — evenings, weekends, a project they intend to finish. Pro at $50 is for heavier use, not for a different tool. There is no team, per-seat or enterprise tier, because this is a desktop app that one person installs and uses.
Questions
- So there is no unlimited plan?
- Not for AI usage, and we would rather say so than write "unlimited" and put the qualification in a footnote. Building the world by hand and playing your game are not metered at all.
- Does the paid plan give me a smarter AI?
- No. Every plan runs the same Director 1. Paid plans buy more usage, not a better model or a different engine.
- Do I lose my project if I run out?
- No. The project is a Godot project on your own disk, and the game runs locally on the copy of Godot that ships with the app.
- Are there credits for exporting or publishing?
- No. There is no export gate and no watermark. The metered part is generation, which is the part that costs money to run.
- Can I use it offline to save usage?
- Building needs an internet connection because Director 1, asset generation and world data come over the network. Playing what you built does not.