The locomotion system for use with the Reality Toolkit.
Make sure to always use the same source for all toolkit modules. Avoid using different installation sources within the same project. We provide the following ways to install Reality Toolkit modules:
This method requires the OpenUPM CLI to be installed on your computer.
openupm add com.realitytoolkit.locomotion
If you do not wish to use the OpenUPM CLI you can also manually add the OpenUPM registry to your project and browse all available toolkit packages.
-
Open the Project Settings window.
-
Select the Package Manager settings category to the left.
-
Add a new scoped registry
- Name: OpenUPM
- URL: https://package.openupm.com
- Scopes: com.realitycollective and com.realitytoolkit
- Press Save
-
Open the Package Manager window.
-
In the top left packages filter dropdown select My Registries.
-
You'll now see all published toolkit packages listed for you to install.
-
Open the Package Manager through this menu: Window -> Package Manager.
-
Inside the Package Manager, click on the + button on the top left and select Add package from git URL....
-
Input the following URL: https://github.com/realitycollective/com.realitytoolkit.locomotion.git and click Add.
We are working on making the Reality Toolkit available via the Unity asset store and will share news, once available.
Check the "Getting Started" documentation for the Reality Toolkit and to learn more about this module.