Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
updated the boundary data provider with the latest breaking changes (#…
Browse files Browse the repository at this point in the history
…107)

* updated the boundary data provider with the latest breaking changes

* updated xrtk package references
  • Loading branch information
StephenHodgson authored Nov 30, 2020
1 parent 5693430 commit eae7adc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ public WindowsMixedRealityBoundaryDataProvider(string name, uint priority, BaseM
{
}

/// <inheritdoc />
public override void Enable()
{
base.Enable();

MixedRealityToolkit.BoundarySystem.SetupBoundary(this);
}

#region IMixedRealityBoundaryDataProvider Implementation

/// <inheritdoc />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.2.0-preview.133",
"com.xrtk.core": "0.2.0-preview.154",
"com.unity.xr.windowsmr.metro": "4.2.3"
},
"profiles": [
Expand Down

0 comments on commit eae7adc

Please sign in to comment.