We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b26bf7a + e9d3e12 commit e699e3cCopy full SHA for e699e3c
Assets/HoloToolkit/Boundary/Scripts/BoundaryManager.cs
@@ -84,7 +84,11 @@ protected override void Awake()
84
}
85
else
86
{
87
- XRDevice.SetTrackingSpaceType(transparentTrackingSpaceType);
+ // Removed for now, until the HoloLens tracking space type story is more clear.
88
+ //XRDevice.SetTrackingSpaceType(transparentTrackingSpaceType);
89
+
90
+ Destroy(this);
91
+ return;
92
93
94
// Render the floor based on if you are in editor or immersive device.
0 commit comments