Installing the HoloToolkit
Now that we have a basic understanding of prefabs out of the way, we will need to install the HoloToolkit (HTK) in our project in order to get into user input. The HTK is a collection of useful tools and examples of how to implement them. Many of the tools that have been designed for the HoloLens are in this very useful repository. The group contributing to the HTK are very active and major changes happen weekly; it is highly recommended that you keep up with the ongoing changes:
- First, you will need to find the HoloToolkit ZIP file that you downloaded (or download it now from https://github.com/Microsoft/HoloToolkit-Unity ) and extract it to your desktop or to a temporary directory.
- Open the directory that you extracted the files to and double-click on the
Assets
folder. - Select all the files in that directory either with your mouse or using Ctrl + A.
- Split the screen between your
Unity
window and your extraction directory:
Screen split between Unity window and directory...