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

Conflicts with older WebXR extension in Chrome #12

Closed kevinjardine closed 1 year ago

kevinjardine commented 1 year ago

In Chrome (at least Chrome on Windows latest version) you need to deactivate the older extension or it will consume all the events and the app will not respond to headset movements in the new extension.

felixtrz commented 1 year ago

Great call out, apparently the Immersive Web Emulator and the WebXR API Emulator by Mozilla are not compatible with each other (for reasons not known to me), when both are active, neither will work. So you will have to disable one to use the other.

Since it's very unlikely a user needs to use both at the same time, this is not a high-priority item for me to look into and fix at the moment, but please let me know if you do need to do so.

felixtrz commented 1 year ago

And a big thank you to @kevinjardine for bringing this to our attention!