📄️ Overview
The Reality Toolkit comes with a ready to use locomotion service. The locomotion module enables your player to move freely or use teleportation to reach their destination within virtual environments. Should you ever feel the need to customize locomotion, the system is designed to be extendable as well.
📄️ Set Up The Locomotion Service
Installation
📄️ Configure The Service
Now that the service is registered, let's take a look at configuration options.
📄️ Moving Around Freely
The package comes with a default implementation for smooth (free) movement. The SmoothLocomotionProvider enables your users to walk around in the virtual world virtually, without physical movement and
📄️ Teleportation
Teleportation is another way of moving around. Instead of freely moving in any direction, the user defines a target location, usually by pointing at it and then is moved automatically to said location.
📄️ Teleportation Anchor
A teleport anchor is essentially a pre-defined pose in the virtual world your users can teleport to. Instead of letting your users teleport to wherever they want, you may choose