Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.26 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.26 KB

FloorPlanGen Unity (HoloLens App)

Install the necessary tools

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.

Steps to load the project on Unity

  • 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.

Build for HoloLens

  • 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".