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:
- Go to turbosquid.com and type
scifi
as the search parameters:
- Next, change the pricing to
Free
:
- 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:
- 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
- Go to the folder where you downloaded the zip file and extract it:
- Now we can jump into Unity. Create a new project and I will call this one
Chapter8
:
- Create a new folder called
Models
:
- 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...