Follow these instructions to install the necessary tools to develop for HoloLens.
Then install Unity 2020.3 LTS, and set up MRTK for this Unity project.
- Open this folder on Unity and ignore the compilation errors.
- Open the scene
FloorPlanGen_Scene.unity
. - Add the following packages:
- Close and reopen the project.
- Change the build settings to UWP, HoloLens and ARM64, then build.
- Open the solution file in Visual Studio.
- Connect your HoloLens to your computer and select it as the target device (more details at the end of this tutorial).
- Click "Start without debugging".