oculus-samples / Unity-Phanto

Phanto is a showcase of the Meta Quest Mixed Reality APIs. This project demonstrate how to use Meshes. The Oculus SDK and other supporting material is subject to the Oculus proprietary license.
Other
205 stars 50 forks source link

can i use other roominfo json file? #6

Closed gksthf2845 closed 1 month ago

gksthf2845 commented 6 months ago

The testroom_ovrscene_export.json file is different in format from the json file extracted by metasimulator DataRecord.apk. Is there a way to convert or use this?

gksthf2845 commented 6 months ago

스크린샷 2024-03-13 181357

crien-xr commented 6 months ago

The format used in Phanto is different because we also wanted to include the scene mesh triangles and tracking space details.

It's a good idea to also support the XR Simulator's format. I will add that to our backlog, but no promises on a timeline for that feature. Thanks.

gksthf2845 commented 6 months ago

fast reply! thank you ! @crien-xr

can i have way to details record json file data used in phanto ?

yoavgoldsteinfb commented 1 month ago

Hello.

For recording scene information, please refer to the documentation provided here: https://developer.oculus.com/documentation/unity/xrsim-scene-recorder/

Overall, XR Simulator is a highly recommended tool for working with scene information, and Phanto should be aligned with the exported format