Hello all, I am trying to create a default XR experience with custom teleport options.
The problem is for the teleportOptions, xrInput is required. I cannot assign the xrInput because the xrHelper was not created yet and if I try to omit it, teleportation simply doesn`t work because xrInput is undefined: https://playground.babylonjs.com/#9K3MRA#990
In this example I am passing a very basic option but it breaks the teleportation feature.
teleportationOptions: {
snapPointsOnly: false,
}