Hi all (including @trevordev ). I’m having a hard time using VRExperienceHelper on my phone (Android/Chrome, though the same problem may exist on iPhones per my preliminary tests). It’s especially strange because I think I did have this working in the past.
When I use VRExperienceHelper and enter VR (i.e., “Google Cardboard”) mode, I see no gazeTrackerMesh at the location where I’m staring. And the position of the mesh (vrHelper.gazeTrackerMesh.absolutePosition) is always set to the origin.
And yet when I do the same in Oculus Go, a mesh does appear where the hand controller is pointing.
Here’s a playground illustrating the problem:
https://playground.babylonjs.com/#5GJ3NT#9
To reproduce my issue, just visit that playground on an Android using Google Chrome, click on the goggles icon to enter VR mode, and wait for an alert (every 10 seconds) that reports the location of the gazeTrackerSphere.
Thanks in advance for all your help.