
The Sandbox Studio Beta: Engine 14 and the Beta Creators Game Jam
The Sandbox published Studio Beta Engine 14 on August 12, 2026, and opened the Beta Creators Game Jam the same day. If you already have a Studio project, you now build on a unified SceneNode tree instead of Actor/SceneComponent wrappers. The jam is live with a $7,500 prize pool and Larry Hryb (Major Nelson) as lead judge.
Background
The Sandbox announced The Sandbox Studio on June 9, 2026 as an AI-native creation stack. That Medium post (opens in new tab) described a closed alpha and said the product would open to everyone in Q4 2026. Engine 14 is a beta engine drop inside that program. It is not the public launch.
A July 15 Studio update (opens in new tab) said more than 12,000 people had signed up while the alpha stayed small (more than 30 handpicked creators) and hosted a closed Alpha Creator Game Jam. The Sandbox is not in the Web3Raider games catalog.
What happened
Engine 14 in Studio Beta (August 12, 2026)
The Creator Hub Engine 14 notes (opens in new tab) replace Actor/SceneComponent with a SceneNode tree. Any node can sit as a placeable root. Actor stays only as a deprecated compatibility layer. Framework types such as Pawn and PlayerController no longer extend Actor, and lifecycle method names changed. New projects ship bundled migration notes for the mapping.
PrimitiveNode meshes can sit at the scene root without an Actor wrapper. Lookup helpers find nodes anywhere in the tree, not only at the top level. A cleanup tool is meant to strip leftover wrappers from upgraded scenes.
Prefabs are first-class assets. You edit them in the main scene, and instance overrides keep the link to the original. The standalone Prefab Editor is removed.
Multiplayer sync now uses ReplicationGroup channels, with renamed functions. Servers can spawn networked objects that only specific clients see, which the notes flag for owner-only pickups. Custom netcode needs the migration notes before you assume old spawn helpers still compile.
The AI Assistant is public (it was limited to internal builds). Cursor is the recommended provider, with a faster provider list and a simpler Cursor sign-in. The Genesys MCP Server drops legacy actor-era tools and exposes node-based equivalents, so agent edits have to speak SceneNode.
Starter kits add 3rd Person Action and Side-scrolling Action. FPS and Vehicle templates were refreshed. Two playable examples, Grindwave and Visual Novel, ship for reading and remixing.
Other breaking cuts in the same notes: actorReference is gone (reference a node instead); a second wave of 13→14 shims was removed in 14.0.2 with no replacement; unused Actor APIs were deleted. Multi-select and a Merge Meshes to Model action help day-to-day editing. They do not replace the migration mapping if you still call Actor APIs.
Beta Creators Game Jam (announced August 6, started August 12)
The Creator Hub jam post (opens in new tab) (August 6, 2026) said the Beta Creators Game Jam would start August 12 with Studio Beta, after the July alpha jam. Larry Hryb (@majornelson) is lead judge. The official prize table is $7,500 total: $2,500 first, $1,600 second, $1,000 third. The same post adds “a couple of special mention and prizes” and a Learn More link. It does not name extra categories or extra dollar amounts.
Secondary coverage names the theme Overgrown. That word does not appear on the official updates/7 page. BlockchainGamerBiz (opens in new tab) and EGamers (opens in new tab) report it. Metaverse Street Journal (opens in new tab) uses the same theme name.
The same outlet reports submissions until September 11, 2026. Treat that as press unless you find a dated cutoff on The Sandbox’s jam form or Learn More page. BlockchainGamerBiz (opens in new tab) also says you must register for Beta access, including if you applied to alpha and were not selected. Engine 14 notes do not restate installer eligibility. Check the Creator Hub (opens in new tab) before you assume an open download.
Who it affects
Creators on Engine 13 projects
Open a new Engine 14 project and read the bundled migration notes before you keep editing an older scene. Scene roots and prefab mode moved, and so did replication helpers. Shims from the 13→14 bridge are already gone in 14.0.2.
Jam entrants
Jam entries need a v14 template so judges load the same engine you shipped. Prize amounts come from the official Hub post; Overgrown and a September 11 cutoff stay press until a Hub jam page repeats them. Special-mention prizes exist in official copy; their names and extra cash are not listed on updates/7.
Players and collectors
Engine 14 does not add a playable Web3Raider catalog title. Games that later ship from Studio, including jam entries, are the player-facing follow-on. Web3Raider has no LAND collection page and no SAND token page for this story.
At a glance
| Item | Detail |
|---|---|
| Engine 14 notes | August 12, 2026 (Creator Hub (opens in new tab)) |
| Scene model | SceneNode tree; PrimitiveNode can be a scene root |
| Prefabs | First-class; edited in the main scene; standalone Prefab Editor removed |
| Multiplayer / AI | ReplicationGroup channels; client-targeted spawns; Assistant public; Cursor recommended |
| Templates / examples | 3rd Person Action; Side-scrolling Action; Grindwave; Visual Novel |
| Other breaking cuts | actorReference removed; 13→14 shims removed (14.0.2); unused Actor APIs removed |
| Jam | Announced August 6; started August 12; lead judge Larry Hryb |
| Prizes (official) | $7,500 total: $2,500 / $1,600 / $1,000; extra “special mention” prizes unnamed on updates/7 |
| Theme / cutoff | Overgrown and September 11 reported by press; not on updates/7 |
On Web3Raider
The Sandbox is not in the games catalog. Closest pages:
What to watch next
- Migration notes inside a new Engine 14 project, before you keep calling Actor APIs
- The Creator Hub jam post (opens in new tab) Learn More target, for special-mention prize names and any official cutoff
- create.sandbox.game (opens in new tab) for beta download and later engine notes
- Q4 2026 public open, per the June Studio announcement (opens in new tab)
Bottom line: If you already have a Studio scene, migrate it against Engine 14 notes before you keep building. If you want a jam slot, start from a v14 template and check the official Learn More page for cutoff and extra prizes rather than treating press dates as Hub copy.


