Quest Exporter
This Unity project contains runtime exporter for Oculus Quest spatial scans.
How to use
- In Unity, open Tools ? QuestExporter ? Run Full Setup. This creates a scene
Assets/Scenes/ExporterScene.unityand applies recommended PlayerSettings. - Build for Android (Quest): ensure XR Plugin Management configured (OpenXR or Oculus).
- Install APK to headset (USB + ADB). Launch app.
- Use on-screen UI (Export button) to export rooms. Files saved to
Application.persistentDataPath/QuestHouseExport. - Pull files via ADB:
adb pull /sdcard/Android/data/com.yourcompany.questexport/files/QuestHouseExport ./QuestExport.
Notes
- GLB exporter is basic and includes positions, normals, UVs and a simple material. For advanced export replace the shim with Siccity GLTFUtility.
- HTTP server is optional and disabled by default.