Hi there,
We recently started having problems with the web XR. Getting the following error when trying to enter XR:
TypeError: Cannot read properties of undefined (reading 'attachedToElement')
I can’t seem to reproduce this error in the playground, but it is consistently happening in our code. We are on version 5.15 of Babylon, I also tried this on the latest version (5.18) with the same result. Setting the Babylon version back to an older version, like 4.20, seems to resolve this specific issue.
We are using the functionality like this:
const xr = await this.scene.createDefaultXRExperienceAsync({floorMeshes: [this.scene.getMeshByName('zero-height-floor')]});
const session = await xr.baseExperience.enterXRAsync("immersive-vr", "local-floor")
Any advice would be greatly appreciated!
Kind regards,
Franco