Closed warrickct closed 6 years ago
Teleporting when UI item is clicked. I think it might be because the OVRPhysicsRaycaster script teleports when the raycast result is null.
Fixed this by moving teleport to only occur when raycastAll hits nothing instead of when only the physicsRaycaster hits nothing.
Teleporting when UI item is clicked. I think it might be because the OVRPhysicsRaycaster script teleports when the raycast result is null.