All guides

AI Explorable World Generators: Models, Outputs, and Export Guide

Compare AI explorable world generators, understand mesh, splat, and proprietary outputs, and export a world for sharing, XR, Unity, or Unreal.

AI Explorable World Generators: Models, Outputs, and Export Guide guide cover

Direct answer

Choose an AI explorable world generator by what remains after generation: Marble favors persistent editable worlds, Echo and SpatialGen favor splat scenes, Hunyuan World uses its own world package, and Skybox provides a surrounding environment rather than a full simulator.

Takeaways

  • A persistent world, Gaussian splat, mesh export, 360 skybox, and live interactive research demo are not interchangeable deliverables.
  • Marble provides the clearest public path from world creation to sharing, VR viewing, recording, and mesh or splat export.
  • Genie and Odyssey can illustrate generated interaction, but they should not be presented as durable production-export tools without current official evidence.
AI explorable world generator outputs
ModelWorld typeCurrent output laneBest next step
Marble 1.1Persistent editable worldSPZ or GLB on the site; provider also documents PLYShare, view in VR, record, or import with the correct plugin
Echo 2Generated splat worldSPZ or SOGOpen in a compatible splat runtime
AHOLO Spatial GenSpatial splat sceneSPZ or PLYInspect scale and renderer compatibility
Hunyuan World 1.0Provider-specific worldWORLD or DRCUse its documented viewer or conversion path
Skybox AI World MeshSurrounding environment or meshGLB where availableUse as environment shell and verify geometry limits

Output formats

Choose the file your next tool can use.

File extensions do not guarantee identical contents. Check whether the result is a mesh, a Gaussian-splat scene, or a provider-specific package before importing it.
SPZ

SPZ

SPZ stores compressed 3D Gaussian splats rather than a conventional polygon mesh. It retains splat attributes such as position, scale, rotation, opacity, color, and spherical harmonics while reducing file size. Use an SPZ-compatible splat viewer and confirm coordinate-system handling before moving the scene between tools.

Best for
Compact Gaussian-splat worlds, web viewers, and real-time scene delivery.
Open with
Open it in an SPZ-compatible Gaussian-splat viewer or runtime. Niantic's browser-based SPZ Tools can inspect metadata and convert between SPZ and compatible PLY splat files without installing an application.
How to use
Keep SPZ as the compact delivery copy when the target viewer supports it. Import it through that viewer's SPZ loader, or convert a working copy to PLY when an editor needs a less compressed interchange format.
Check first
Confirm the SPZ version, point count, spherical-harmonic detail, coordinate system, orientation, scale, and visual quality after decompression. Do not treat it as a polygon mesh.
SOG

SOG

SOG means Spatially Ordered Gaussians. It is a lossy, compact container made from a metadata file and compressed image data that stores the properties of a Gaussian-splat scene. Treat the download as a file set and keep its files together when hosting or importing it.

Best for
PlayCanvas, browser delivery, and streaming Gaussian-splat scenes.
Open with
Preview it with the PlayCanvas Viewer or another runtime that explicitly supports SOG. SOG is a dataset made from meta.json plus compressed image files, not a single conventional 3D model.
How to use
Extract the complete download when needed, preserve every companion filename and relative path, then load meta.json through the compatible viewer or host the entire file set together for streaming.
Check first
Check that no metadata or image file is missing, that the server returns the correct files, and that color, opacity, orientation, scale, and compression quality match the source scene.
PLY

PLY

PLY is an openly documented format for vertices and optional polygon faces with custom per-element properties. In a world-generation workflow, a PLY may contain Gaussian-splat point attributes rather than a ready-made triangle mesh. Inspect the header and use a compatible splat tool before assuming it will behave like an OBJ or GLB.

Best for
Splat editing, research tools, point-cloud exchange, and conversion workflows.
Open with
Open a Gaussian-splat PLY in a splat-aware editor or viewer such as SuperSplat. A general PLY importer may read the points but ignore the custom opacity, scale, rotation, and spherical-harmonic properties.
How to use
Use PLY as an editable or conversion-oriented copy of the splat scene. Import it into the intended splat tool, make or validate changes there, then export the delivery format required by the final viewer.
Check first
Inspect the PLY header before choosing a tool. Confirm whether it contains polygon faces, a basic point cloud, or Gaussian-splat attributes, then check point count, axes, scale, color, and opacity.
DRC

DRC

DRC is a raw file compressed with Google Draco, a library for meshes and point clouds. It is optimized for storage and transmission, but it is not a complete scene package by itself: materials, textures, cameras, and other world data may be delivered separately or omitted.

Best for
Compact geometry transfer and pipelines that already include a Draco decoder.
Open with
Decode it with Google's Draco decoder or open it through a 3D pipeline that explicitly supports raw DRC geometry. Most desktop viewers cannot use a standalone DRC file by double-clicking it.
How to use
Decode or transcode the geometry into the format expected by the next tool, then reconnect any separately delivered materials, textures, cameras, or scene data. Keep the original DRC as the compressed source copy.
Check first
Verify whether the decoded result is a mesh or point cloud and confirm positions, normals, texture coordinates, color attributes, scale, and orientation. DRC alone is not a complete rendered world.
WORLD

WORLD

WORLD labels the primary scene file returned by the Hunyuan World provider; it is not a universal interchange standard like glTF. Preserve the original filename and any companion files, then use the provider's documented workflow or convert the result before opening it in a general 3D tool.

Best for
Keeping the provider-native Hunyuan World result for its supported workflow.
Open with
Use the Hunyuan World workflow or runtime documented for the generated package. General-purpose 3D applications should not be expected to recognize a provider-native WORLD file directly.
How to use
Preserve the original filename, folder structure, and every companion asset. Start from the provider's loader or conversion path, and create a separate GLB, DRC, or other working copy only when that workflow supports it.
Check first
Confirm the provider version, required runtime, companion files, coordinate system, scene scale, licensing, and conversion limitations before depending on the package outside its native workflow.
GLB

GLB

A world GLB uses the same binary glTF container as an object GLB, but the contents can be very different: it may be an environment mesh, depth mesh, or a provider-specific scene export. It does not automatically preserve the view-dependent appearance or navigational behavior of a Gaussian-splat world.

Best for
Mesh-based web previews, common 3D applications, and engine import.
Open with
Preview it in World Models Watch or a glTF viewer, edit it with Blender's glTF 2.0 importer, or import it into a compatible Unity, Unreal Engine, Godot, or web 3D workflow.
How to use
Treat it as a mesh-based environment export. Import one copy into the destination, then configure materials, lighting, collision, navigation, cameras, and performance settings required by that project.
Check first
Check scale, axes, normals, material extensions, texture color, holes, collision suitability, polygon cost, and whether the scene is only a depth shell. A world GLB is not automatically a navigable splat world.

Define explorable

Decide whether you need a place, a file, or a live interaction.

An explorable world may mean a hosted scene with camera movement, a Gaussian splat rendered from novel views, a textured mesh imported into an engine, or an interactive stream generated moment by moment. Write down whether the result must persist, be editable, download as a file, support VR, or contain gameplay before choosing a model.

Marble is the strongest fit when persistence, composition, sharing, and documented export matter. Echo and SpatialGen produce splat-oriented scenes. Hunyuan World uses provider-specific packages. Skybox AI can create a convincing environment shell, but a shell is not evidence of walkable geometry, physics, or simulation.

Choose the output

Mesh, splat, and proprietary packages have different editing costs.

A GLB mesh fits familiar DCC and engine workflows, but generated visual geometry may need cleanup and may differ from collision geometry. SPZ and PLY preserve splat appearance and can look strong from many views, yet require compatible renderers and are not edited like conventional polygons. SOG, WORLD, and DRC should be treated as provider-specific until the target tool documents support.

If the goal is only to show the world, a hosted share link or recorded video may be faster than conversion. If the goal is gameplay, confirm that the export provides a useful visual layer and build collision, navigation, triggers, and logic separately.

Export and validate

Inspect the world from the player path, not only the hero camera.

Use the site output badge first, then consult the provider export panel and documentation. Marble documents mesh and Gaussian-splat exports plus Unity and Unreal plugin paths. For other providers, verify the current viewer, license, coordinate system, and whether conversion loses appearance before committing to a pipeline.

Walk the expected route and inspect holes, stretched surfaces, floating geometry, scale changes, occluded regions, and loading time. Test close views and edge views that were absent from the source image. A world is ready to share only when navigation and failure boundaries are understandable to the visitor.

FAQ

What is the best AI generator for an explorable world?

Marble is the clearest current choice when you need a persistent public workflow and documented exports. Splat-focused or proprietary models may be better when their visual representation and runtime match your project.

Does an explorable AI world export as a game level?

Usually not. The export can provide a visual world, but gameplay projects still need collision, navigation, interaction, performance work, and engine-specific validation.

Decision tables

Use a comparison when two lanes are still competing.

Sources

Discussion

Reader discussion

Add source-backed corrections, questions, or notes for this page.

Loading comments
Loading discussion...

Loading comments...