meta-quest / immersive-web-emulator

Browser extension that emulates Meta Quest devices for WebXR development. Lead: Felix Zhang (fe1ix@meta.com)
https://developer.oculus.com/blog/webxr-development-immersive-web-emulator/
MIT License
297 stars 34 forks source link

Bug: Hands are enabled on sessions with no hand_tracking #33

Closed De-Panther closed 5 months ago

De-Panther commented 9 months ago

On this demo https://de-panther.github.io/WebXR-Unity-Samples/VR/WebXR-Quick-VR/Build/ The hand_tracking feature is not requested, but they are displayed when using the emulator in hands mode. image

felixtrz commented 8 months ago

Great catch, I will fix it

felixtrz commented 8 months ago

The fix has been landed into the main branch. If you'd like immediate access, you can build from the source to obtain the patch. Otherwise, it will be included in the upcoming v1.4.2 release.

Thank you for bringing this issue to our attention.