Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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