Skip to content

Commit e699e3c

Browse files
authored
Merge pull request #1526 from keveleigh/HoloLensBoundaryFix
Removing BoundaryManager from HoloLens
2 parents b26bf7a + e9d3e12 commit e699e3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Assets/HoloToolkit/Boundary/Scripts/BoundaryManager.cs

+5-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ protected override void Awake()
8484
}
8585
else
8686
{
87-
XRDevice.SetTrackingSpaceType(transparentTrackingSpaceType);
87+
// Removed for now, until the HoloLens tracking space type story is more clear.
88+
//XRDevice.SetTrackingSpaceType(transparentTrackingSpaceType);
89+
90+
Destroy(this);
91+
return;
8892
}
8993

9094
// Render the floor based on if you are in editor or immersive device.

0 commit comments

Comments
 (0)