I'm trying to manually enable or disable the spatial awareness of my HoloLens app.
I have this UX hologram that is relative to my position (and it follows as I move) that I need to interact with, but colliders that were made from spatial awareness-mesh observer due to real walls will block the UX holograms hindering me from interacting with them.
I could just move away from the wall so I could interact the UX holograms but enabling them or disabling them would be more professional.
I need the spatial awareness-mesh observer to be enabled so I can create holograms using collider, but I also want them to be disabled so I can easily maneuver and interact with my UX hologram.
I'm pretty sure we can just enable or disable the Spatial Awareness System, but I'm having a hard time researching the syntax of getting the Spatial Awareness System in order to manually enable/disable it.