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

Support updating the list of gltf scenes without re-compiling the player #32

Open Etiennefaivredarcier opened 4 months ago

Etiennefaivredarcier commented 4 months ago

To create a ‘paths.txt’ file that can contains multiple glTF file paths, so the application doesn’t need to be compiled with embedded paths. Each path should creates a button loading the associated glTF file.

Etiennefaivredarcier commented 4 months ago

This system should support local file paths, but also remote ones

nlsdvl commented 2 months ago

The Paths.txt is implemented and supports http URLs.

However I was not able to edit or update Paths.txt on the Android device at the application persistent data path. I made changes to load the file from /Assets/Ressources a compile time dependency. I am closing the

The ticket will be closed when I roll back the change and documentation covers updating the Paths.txt file on the Android device.