5G-MAG / rt-xr-unity-player

XR Unity Player
https://5g-mag.github.io/Getting-Started/pages/xr-media-integration-in-5g/
Other
4 stars 1 forks source link

Add support for switching between gltf documents without restarting the player #18

Closed nlsdvl closed 4 months ago

nlsdvl commented 8 months ago

Currently, the gltf scene that the XR player processes is specified as a command line argument. On some platforms, this is not be usable (on device Android, Meta Quest , ...). For demonstrations this is also not convenient.

The player could be enhanced so that it loads a playlist of gltf documents, and allows switching between documents at runtime.

Note that a gltf document may contain multiple scenes. The ticket focuses on easily switching between gltf documents.