Eng 繁中 日本語 한국어 简中

Scene Bundle

A Scene Bundle is a saved scene plus the actual model, motion, and music files it references — packaged together so a recipient can load the entire scene without first chasing down every asset.

Added (experimental) in 2024.1.


Save Scene vs Scene Bundle

  • A saved scene is a small file that references assets by name. When you load it, DanceXR looks up each referenced asset in the recipient’s content library. If the recipient is missing one of those models or motions, that part of the scene fails to load.
  • A scene bundle wraps the saved scene with all the assets it depends on. The recipient can load the bundle directly — no missing-asset problem.

Use a scene bundle when sharing a scene; use a saved scene for your own use, where you already have all the assets.


Creating a bundle

  1. Set up the scene the way you want it.
  2. Open the scene menu and choose Save as Scene Bundle.
  3. DanceXR collects all referenced assets (models, motions, music) and packages them into a single bundle file.

The bundle includes everything the scene needs to load on another machine, in another country, without the recipient hunting down the same model packs.


Loading a bundle

Treat a bundle file like any other content-library item — drop it into your library, or open it via the scene menu.

When loading, DanceXR extracts the assets into a temporary or per-bundle location and loads the scene from there. The assets are not merged into the recipient’s main library by default


Limitations

Marked experimental in 2024.1; see release notes for the current state.