With the attached script, in entry of WebXR on Android, I can get the hitTestResults, but when I exit and re-enter WebXR AR after, I get this error below and I can’t access the hitTestResults?
{"stack": "Error: Failed to execute 'getHitTestResults' on 'XRFrame': Unable to obtain hit test results for specified hit test source. Ensure that it was not already canceled.\n at WebXRInterface.onUpdate
Mh so a note: when using onBeforeRender it is the xrFrame that we get from three.js. I’m not sure why it should be cancelled / not work anymore the second time (we use it as well when placing the Reticle)
Just for testing: do you get the same result with this.context.xrFrame ? It should be the same object tho so lead to the same result, just to be sure