Now, we will get our development environment installed and set up so that we can start building the next killer app for HoloLens. We will start with our main tools, Visual Studio and Unity HoloLens technical preview, and then add the extensions that will help speed things along.
Installing the software
Installing Visual Studio
Microsoft has made the installation process for Visual Studio very simple. Just be warned that it can take a while to download and install it:
- Navigate to h t t p ://w w w . v i s u a l s t u d i o . c o m /e n - u s /v i s u a l - s t u d i o - h o m e p a g e - v s . a s p x .
- Click on Download Community 2015; this is a free version of Visual Studio that works well with Unity and the HoloLens environment. By default, you should be installing at least Visual Studios 2015 Update 3.
- Run vs_community. exe and complete the installation process.
- Create a Microsoft Developers account (this is a requirement for the HoloLens development).
- The first time you run VS2015, you will be prompted to input your account credentials.
Unity HoloLens technical preview
Now, we will install Unity HoloLens technical preview. At the time of writing this, version 5.4. 0f 3 is the most recent and stable version. This is a custom version of Unity made to work specifically with HoloLens. As a result, it does automate a few processes for HoloLens developers:
To install Unity HoloLens technical preview, we will need to perform the following steps:
- Go to h t t p s ://u n i t y 3d . c o m /p a r t n e r s /w i n d o w s /h o l o l e n s.
- Scroll down to the bottom of the page.
- Click on the Unity Download Assistant.
- Follow the instructions to complete the installation process.
- You will need to create an account with Unity.
Visual Studio 2015 tools for Unity
In your web browser, go to h t t p s ://v i s u a l s t u d i o g a l l e r y . m s d n . m i c r o s o f t . c o m /8d 26236e - 4a 64- 4d 64- 8486- 7d f 95156a b a 9. Later, click on the Download button and run vstu2015.exe:
HoloLens emulator
To install the HoloLens emulator, perform the following steps:
- Go to h t t p ://g o . m i c r o s o f t . c o m /f w l i n k /?L i n k I D =823018.
- Run EmulatorSetup.exe once it finishes downloading.
- Install the emulator.
This will not install if you do not have Windows 10 Pro installed on your development PC.
- This installation process can take a while.
HoloToolkit-Unity
To install HoloToolkit-Unity, perform the following steps:
- Enter h t t p s ://g i t h u b . c o m /M i c r o s o f t /H o l o T o o l k i t - U n i t y in your browser.
- Click on Clone or download.
- Click on Download ZIP.
- Once the ZIP file is downloaded, unzip the file to your desktop; we will copy this into our project later.