Adding HoloToolkit to your project

Our first job is to get HoloToolkit into our project. To do this, we will be loading a version of HoloToolkit-Unity (original source from https://github.com/Microsoft/HoloToolkit-Unity) that comes bundled with the project files for this book under the directory HoloToolkit-Unity

The version of HoloToolkit used in this chapter was released in late 2016. You can clone this version directly from the original source by running the following commands in the Command Prompt:

git clone https://github.com/Microsoft/HoloToolkit-Unity.gitgit checkout cd2fd2f9569552c37ab9defba108e7b7d9999b12

We now will create a Unity package so we can easily import it into our project. Once the HoloToolkit-Unity project is loaded ...

Get Microsoft HoloLens By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.