The OVRPhysicsRaycaster file provided in the Meta XR SDKs have a bug by
the line 153.for (int b = 0, bmax = hits.Length; b < bmax; ++b){var
result = new RaycastResult{gameObject =
hits[b].collider.gameObject,module = this,distance =
hits[b].distance,...