Disable the Spatial Awareness System of HoloLens with MRTK on Unity


Summary

If your app doesn’t need to use the Spatial Awareness System, you can also disable the System in Unity project.

Prerequisites

  • Unity v2020.3.16f1
  • MRTK v2.7

Steps

  1. Click MixedRealityToolkit in your Scene.
  2. If the scene doesn’t have an your MRTK, you must create profile withCopy & Customize.
  3. Go to Spatial Awareness System section of MixedRealityToolkit in Inspector panel.
  4. Check offEnable Spatial Awareness System.

Copy & Customize

Enable Spatial Awareness System

References