Immens AI Game Engine: Honest Review, Pricing and Alternatives (2026)
The Immens AI game engine is a pre-alpha 3D engine built by three former Epic Games leaders, and as of August 2026 it has no public pricing, no public download, and no announced release date. You cannot ship a game on it today. This guide is for studio leads, technical directors, and serious indie developers deciding whether to request early access now or wait. Skip it if you need an engine you can install this week — Unreal Engine, Unity, or Godot are the practical choices for that.
Key Takeaways
- Immens is a new 3D game engine from ex-Epic leaders Arjan Brussee, Michal Valient, and Sjoerd De Jong, announced publicly in July 2026.
- The engine is in pre-alpha. Access is by request only through immens.dev, and no build is publicly downloadable.
- Immens has published no pricing, no royalty rate, and no license terms. Any figure you read elsewhere is a guess.
- “AI-native” here means the engine exposes machine-readable project data to AI agents. It does not generate a finished game from a prompt.
- Realistic move today: request access, keep shipping on your current engine, and re-evaluate when a developer preview exists.
What Is the Immens AI Game Engine?
Immens is a 3D game engine written from scratch rather than layered on top of an older codebase. The company describes it as modular, extensible, and open by design, using text-based file formats and standard asset formats instead of proprietary binary ones. A game engine is the software layer that handles rendering, physics, audio, input, and build packaging so a team does not write those systems itself.
The “AI-native” label is the part people misread. Immens says it stores structured, machine-readable context with full provenance — meaning an AI agent can read what an asset is, where it came from, and who changed it. It also supports MCP (Model Context Protocol), the open standard that lets AI assistants talk to external tools. In plain terms: your coding agent can inspect and edit the project the same way a human would.
Sjoerd De Jong has been direct about the limits. He told PC Gamer the team does not want users to “press a button and generate a game,” and framed Immens as a proper game engine that happens to be friendly to an AI architecture. That is a different product category from prompt-to-game tools.
| Item | Immens (August 2026) |
|---|---|
| Status | Pre-alpha, request access only |
| Public build | None |
| Pricing | Not published |
| License terms | Not published |
| Release date | Not announced |
| Scripting / tooling | Python-based extensible editor |
| Rendering | Real-time global illumination, neural super-resolution, diffusion rendering, raytracing baseline |
| Target platforms | Consoles, mobile, future consoles |
| AI interface | Structured context with provenance, full API, MCP |
| Team | Brussee (CEO), Valient (CTO), De Jong (CPO) |
Immens AI Game Engine Pricing and Cost
There is no verified price. Immens has not published a subscription rate, a royalty percentage, a revenue threshold, or a seat cost on its official site. Treat every “Immens pricing” number circulating online as unverified.
For context, here is what the established engines actually charge. Epic’s Unreal Engine license terms set a 5% royalty on lifetime gross revenue above $1 million per product, with Epic Games Store sales exempt, and $1,850 per seat per year for commercial non-game use above the same threshold. Unity’s pricing updates page lists Pro at $2,310 per seat per year prepaid annually, keeps the Personal tier free under $200,000 in annual revenue and funding, and confirms a 5% increase to Pro and Enterprise effective January 12, 2026. Godot is free under the MIT license with no royalty.
The costs most articles skip are not license fees at all:
Migration time. Porting a mid-size project between engines is measured in months of senior engineer time, not weeks. At typical European senior rates, a six-month port is a six-figure cost before you pay for any license.
Missing ecosystem. Unreal and Unity have marketplaces, decade-old forum answers, and hundreds of hiring-ready developers per city. A pre-alpha engine has none of that. Every plugin you would have bought becomes something you build.
Retraining. Artists and technical designers lose productivity for weeks on new tooling. Budget it explicitly.
Risk cost. Building on unreleased software from a young company carries a real chance the project shifts direction. That is not a reason to avoid Immens forever, but it is a reason to keep it off your critical path.
Main Features and Open Questions
Rendering and runtime
Immens lists movie-quality geometry, real-time global illumination, neural super-resolution (AI upscaling of a lower-resolution frame), diffusion rendering, and raytracing as a baseline for future consoles. It also claims high entity counts for large simulations and efficiency from consoles down to mobile. None of this has been demonstrated in a public build, so treat the list as intent, not benchmark data.
Iteration and tooling
Two claims stand out for daily work: the engine boots in seconds, and it supports hot-reloading so changes appear without a restart. Anyone who has waited on a long editor start or a shader recompile knows what that is worth. The editor is built on Python and standard asset formats, and the pipeline is meant to be composable — you swap parts rather than fight a fixed workflow.
AI integration
The API plus MCP combination is the practical hook. Because project files are text-based and carry provenance data, an agent can make a change and you can see exactly what it touched in version control. This is a saner model than opaque AI features bolted into a closed editor, and it is the strongest argument for watching Immens.
The honest negatives
No public build, no pricing, no license, no ecosystem, no shipped titles. Arjan Brussee has also pitched Immens as a fully European-hosted, European-compliant engine — genuinely useful for teams with EU data requirements, irrelevant to most others. If you are evaluating on capability today, there is nothing to evaluate.
Alternatives to Immens
| Engine | Cost | Best for | Verdict |
|---|---|---|---|
| Unreal Engine 5 | Free under $1M; 5% royalty above | High-end 3D and console projects | The default for AAA-looking work. Heavy, but proven and hiring-friendly. |
| Unity 6 | Free under $200K; Pro $2,310/seat/yr | Mobile, 2D, mid-size 3D | Fastest path to shipping on mobile. Watch the January 2026 price rise. |
| Godot 4 | Free, MIT license | Indies, 2D, small 3D teams | No fees, no revenue threshold, no vendor risk. Weakest high-end rendering. |
| Bevy | Free, open source | Rust developers, custom tech | Code-first and flexible. No mature editor, so art teams struggle. |
| O3DE | Free, Apache 2.0 | Studios wanting open-source AAA | Ambitious and free, but a smaller community and a steep setup. |
Who Should Use It
Best for
- Studios starting pre-production in 2027 or later who can afford to evaluate an unproven engine.
- Teams already running agent-heavy pipelines who want text-based, agent-readable project files.
- European studios with data residency or compliance requirements.
- Engine programmers who want influence over a tool this early.
Skip it if
- You are shipping a game in the next 12 months.
- You need an asset marketplace, tutorials, or contractors who already know the tool.
- You need a fixed license cost for a budget or a publisher agreement.
- You wanted a prompt-to-game generator — Immens is explicitly not that.
Main Competitors, by Job to Be Done
The right comparison is not feature lists, it is what job you are hiring the engine for.
If the job is “ship a high-end 3D game with a team I can hire,” Unreal Engine 5 wins today. It has the rendering Immens is aiming at, plus documentation, contractors, and a marketplace. Its cost is complexity and a 5% royalty past $1 million. Immens is targeting exactly this job, but with none of the supporting infrastructure yet.
If the job is “keep an AI agent productive inside my project,” Immens is closer than Unity. Unity’s strength is a mature, broad toolset with a predictable seat price. Its project files and workflows were not designed for agents to read and reason about. Immens is built around that from day one — but you cannot use it yet, which makes Unity the safe answer and Immens the interesting one.
Recent Changes (Last 90 Days)
- June 2026: Sjoerd De Jong announced his departure from Epic Games after 12 years as its lead Unreal evangelist.
- July 2026: Immens was announced publicly, drawing coverage from PC Gamer, GameFromScratch, and others.
- August 18, 2026: Immens links a new GamesIndustry.biz interview from its site, the most recent update listed there.
- Status unchanged: Still pre-alpha, still request-access only, still no pricing.
There are no expired trials, discounts, or promotional offers to worry about, because Immens has never run one. If an article claims a free tier, a beta key giveaway, or a launch discount, it is inventing it.
How to Cancel or Downgrade
There is no paid plan, so there is nothing to cancel. If you submitted the access request form on immens.dev, you have given the company contact details, not signed a contract.
To remove yourself:
- Use the unsubscribe link at the bottom of any email Immens sends you.
- If no unsubscribe link appears, email hello@immens.dev and ask for removal and deletion of your details.
- EU and UK residents can cite GDPR erasure rights in that email, which obliges a response.
- Keep the reply for your records if your studio tracks vendor data.
FAQ
Is the Immens AI game engine free?
Immens has not published any pricing, so no one knows. It is currently pre-alpha and available only by access request, with no paid plan, no free tier, and no license terms announced as of August 2026.
Who is behind Immens?
Three former Epic Games leaders: Arjan Brussee as CEO, who co-founded Guerrilla Games; Michal Valient as CTO, previously on Guerrilla’s Decima engine and at Apple; and Sjoerd De Jong as CPO, Epic’s longtime developer experience director.
Can Immens generate a game from a prompt?
No. Sjoerd De Jong has said the team does not want people pressing a button to generate a game. Immens exposes project data to AI agents through an API and MCP, but developers still build the game.
When will Immens be released?
No release date has been announced. The engine is described as pre-alpha on its official site, with progress updates promised, so a developer preview is the next realistic milestone to watch for.
Is Immens better than Unreal Engine 5?
Not comparable yet. Unreal ships games today with mature tooling and a large talent pool. Immens has no public build, so any performance or quality comparison against Unreal Engine 5 is speculation.
Verdict
Immens is worth watching, not adopting. The founding team has shipped real engines, the AI approach is more sensible than most, and the text-based, agent-readable design solves a real problem. But with no public build, no price, and no license, it cannot be part of any 2026 plan. Request access at immens.dev this week, then get back to shipping on the engine you already know.
Related reading on AI Era: 12 best AI tools for animation in 2026, AI-driven design trends for 2026, and what Crayo AI is and how it works.
About AI Era
AI Era reviews AI tools using current pricing, official documentation, hands-on testing where a public build exists, and direct comparison with alternatives. When a vendor has not published a number, we say so instead of guessing.