vrime254
30 days agoHonored Guest
Meta SDK 83+ Teleport mess up
Hi
i just wasted half a day on this.
On the latest 83 SDK when you add the teleport building block, the controller only slides and does not emit a teleport ray. In previous sdk versions it worked out of the box.
Apparently someone decided to change this, this is not mentioned in the documentation. I had to dissect the Interaction example to find this.
In order to get back the old functionality, goto into the
OVRInteractionComprehensive->...->LocomotionCOntrollerInteractorGroup
and enable
TeleportControllerInteractor, and or disable ControllerSliderInteractor.
This can be done for both Left and Right Interactions. Look at the pic below.
I really dont get why this has changed.