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

updated the boundary data provider with the latest breaking changes #107

Merged
merged 2 commits into from
Nov 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
2 changes: 1 addition & 1 deletion XRTK.WindowsMixedReality/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"com.unity.xr.legacyinputhelpers": "2.1.6",
"com.unity.xr.openvr.standalone": "2.0.5",
"com.unity.xr.windowsmr.metro": "4.2.3",
"com.xrtk.core": "0.2.0-preview.133",
"com.xrtk.core": "0.2.0-preview.154",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions XRTK.WindowsMixedReality/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@
"url": "https://packages.unity.com"
},
"com.xrtk.core": {
"version": "0.2.0-preview.133",
"version": "0.2.0-preview.154",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.textmeshpro": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.0.8"
"com.unity.textmeshpro": "2.1.3",
"com.unity.xr.legacyinputhelpers": "2.1.6"
},
"url": "http://upm.xrtk.io:4873"
},
Expand All @@ -105,7 +105,7 @@
"depth": 0,
"source": "embedded",
"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"
}
},
Expand Down