I got full body tracking working as per the Meta SDK Movement samples.
However, when I add functionality to move the camera rig through
teleport locomotion and rotation locomotion, my character's body is not
moving and rotating with the camera. How c...
I got full body tracking working as per the Meta SDK Movement samples.
However, when I add functionality to move the camera rig through
teleport locomotion and rotation locomotion, my character's body is not
moving and rotating with the camera. How c...
I have issues using the distance grab interactable script from the "Meta
XR All-in-One SDK" on multiple objects that are nested. I have 6 nested
objects each with a "Distance grab interactable" component, but I am
only able to grab a couple of the ob...
In my game I want an intuitive tutorial showing the player how to move
by teleporting using the joystick. Also how to grab object by pressing
the trigger button. Do you know of a good example game with an open
source repo that has this?
How can I set up a LocomotionInteractorGroup (to teleport and rotate)
when my controllers are set up like hands? Teleportation should be
triggered using the joystick of the controller as is normal when using
LocomotionControllerINteractorGroup. Does ...