This release focused on output discipline. Teams building maps in the browser still need predictable handoff into their game pipeline, so the work here was about making exports smaller, clearer, and less fragile.
- 01
Export output is structured for reuse.
The editor now produces project output with less ambiguity around reusable data versus authored map state. That makes inspection, transport, and integration simpler.
- 02
Smaller files, clearer handoff.
The output format keeps the same browser-first workflow but puts more emphasis on predictable packaging for downstream tools and teammates.
- +
Tighter project bundles.
- +
Fewer manual cleanup steps after export.
- +