Playing with Mixed Reality

Let's begin by first downloading the model we will be using with this project. Once again, let's follow these steps:

  1. Go to turbosquid.com and type scifi as the search parameters:
  1. Next, change the pricing to Free:
  1. Find one you like. I like robots and I use FBX format, as I find it easy to use with multiple projects and game engines. So, I will select this one:
  1. It will take you to a download page, so make sure you select the correct file you want and if it has a textures folder, download that as well:
Download robot
  1. Go to the folder where you downloaded the zip file and extract it:
  1. Now we can jump into Unity. Create a new project and I will call this one Chapter8:
  1. Create a new folder called Models:
  1. Import the model into the project:

We now need to go through the steps to install the HoloLens Emulator. I should note that this will only work for Visual Studio, 2015 edition. If you have Visual Studio 2017 or later, you can use the Mixed Reality simulator that is built into the Windows 10 SDK. Let's follow the steps:

  1. Go to http://go.microsoft.com/fwlink/?LinkID=823018 to download the simulator.
  2. Click on the installer to begin the installation process:
  1. It will ask you if you want agree to using the CEIP program; choose your answer and click Next:
  1. Next up will be the standard Microsoft License Agreement; I would suggest reading it to know what you are agreeing to, and then click Accept afterward:
  1. Select the features you want to install; I would suggest getting both the emulator and the templates for future reference. Click Install:

Now we can begin to set up the remaining portions of the project.