07-03-2024 06:22 AM
Hey everyone. I've been playing around with the Meta All-In-One SDK, and after installing the samples I didn't see any locomotion examples aside from the teleportation one. Where can I find a typical movement one with the left thumbstick (forward, back, left strafe, right strafe) and the right thumbstick for snap turn? I've tried to use Blocks, hoping that it has a setup working out-of-the-box, but no luck there either.
I'm coming from Unity's XR Toolkit which works great, but I wanted to see what Meta has put together. My main reason for switching over is for the Multimodal, using controllers and hands at the same time, which Unity's XR doesn't have.
Thanks!
07-04-2024 02:41 PM
Have you looked here:
https://developer.oculus.com/documentation/unity/unity-sf-locomotion/
This example uses teleportation but also strafing/moving using the controllers. You'll see on the PlayerController Game Object there is a script that demonstrates the code needed for basic controller movement.
07-08-2024 06:25 AM
I'll check it out, thanks.