Guides
Guides
These docs are for v2.2.1. Click to read the latest docs for v3.3.0.

Welcome to VRTK

This toolkit provides many common VR functionality within Unity3d such as (but not limited to):

  • Controller button events with common aliases
  • Controller world pointers (e.g. laser pointers)
  • Player Locomotion
  • Grabbing/holding objects using the controllers
  • Interacting with objects using the controllers
  • Transforming game objects into interactive UI elements

What's In The Box

This toolkit project is split into three main sections:

  • Prefabs - VRTK/Prefabs/
  • Scripts - VRTK/Scripts/
  • Examples - VRTK/Examples/

The VRTK directory is where all of the relevant files are kept and this directory can be simply copied over to an existing project. The Examples directory contains useful scenes showing the VR Toolkit in action.