With the new MRTK2 I\'m looking to disable spatial mapping after we are done using it to place GameObjects. I\'m stuck on what exactly to call in the namespace or on the service
I would have expected the SuspendObservers() method to result in no new meshes being displayed. Do you see the meshes changing after suspending?
It is by design for the meshes to remain visible until the application explicitly sets their visibility to None via the IMixedRealitySpatialAwarenessMeshObserver.DisplayOption property.
Thanks!