Oct 22, 2020
Are you looking to start VR development but feel lost because you don’t have a headset? In this tutorial, I’m gonna work you through a technique that makes it possible to build VR content and test them without the need for a headset. The aim of this article is to introduc vrtk plugin through simple explanatiuons and to detail the steps required to set it up on your own development machine.
Before we begin, Let’s take a better look briefly at what VRTK is and how it aims to simplify building VR functionalities along also enabling Developers without a Proper VR Kit have a chance at Building for VR.
VRTK is a collection of useful, reusable solutions to common problems found when building for virtual reality. VRTK aims to help productivity by speeding up the creation process from prototyping ideas to building complete solutions.
From this definition, we can see that this helpul tool can be applied for other use-cases and not just for testing during development process, later in this article, we would breifly cover the main use-cases so you can understand better - what can and can’t be done.
The VRTK Unity Plugin brings a whole lot of functionalities in a Drag-and-Drop System. It allows compatibility with a set of popular VR SDks like Oculus Plugin, Steam VR Plugin and even for Open VR. The full list of Compatible Unity VR Plugins with VRTK and their Uses are listed below;
Oculus XR Plugin -
Steam VR Plugin -
Open VR -
In the Projects tab, open the folders in this order, Assets,Samples,Farm,Scene - In the Scene folder, Click ExampleScene and open it.
Let’s look at some other features of VRTK that males it such an important VR Dev tool for every developer.