Software Documentation
Unity - basic setup
Tutorial for setting up Unity for VR using the XR Interaction Toolkit.
Getting started with Unity and VR
Before you get started, make sure that your VR headset and controllers are properly connected to ...
Setting the scene
Now that all the project settings have been updated to work with our VR setup, it's time to build...
Basic Teleportation
Teleportation allows you to instantly move from a location to another in your VR environment. To ...
Customizing controls
In order to make your game or simulation more intuitive or accessible, you can modify the control...
UI events
To interact with Unity's built-in UI elements, you need to perform extra steps, particularly if y...
Finishing touches
Now that all the basic elements are in place, you can add some features to the scene to make it m...
3DTiles
Unity with optional VR controls
Initializing non-VR player character
In this tutorial, we will assume that your Unity project has already been set up for VR use with ...
Switching from VR to non-VR mode in the Editor
Here's how to change from a VR to a non-VR player view in the Unity editor: Open your Unity pr...
Switching from VR to non-VR mode at runtime
Enabling and disabling VR through keyboard input Make sure you have both the XR Origin and non-...
Unity - inverse kinematics for robot arms
Inverse Kinematics Scripts
Purpose This set of scripts provides inverse kinematics solutions tailored for the UR10 robot arm...
Pick-and-place and IK Controller
Overview: The IKController class provides an inverse kinematics solution for robotic arms in Unit...
Customizing the IKController for Different Applications
The IKController script is a versatile framework for inverse kinematics (IK) and can be customize...
Unity and Arduino - MQTT connection
Description of how to connect Unity and an Arduino to an MQTT broker.
Unity - API Interface
A guide on interfacing with the DTLab API through the Unity Editor in order to retrieve models an...
Unity - MQTT interface
Updated Unity - MQTT interface