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

updated inspector namespace #47

Merged
merged 3 commits into from
Dec 18, 2019
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 @@ -2,7 +2,7 @@
// Licensed under the MIT License. See LICENSE in the project root for license information.

using UnityEditor;
using XRTK.Inspectors.Profiles;
using XRTK.Inspectors.Profiles.InputSystem.Controllers;
using XRTK.WindowsMixedReality.Profiles;

namespace XRTK.WindowsMixedReality.Inspectors
Expand Down
6 changes: 3 additions & 3 deletions XRTK.WindowsMixedReality/Packages/com.xrtk.wmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"mixed",
"reality"
],
"version": "0.1.8",
"version": "0.1.9",
"unity": "2019.1",
"license": "MIT",
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.1.25",
"com.unity.xr.windowsmr.metro": "1.0.14"
"com.xrtk.core": "0.1.27",
"com.unity.xr.windowsmr.metro": "1.0.15"
}
}
5 changes: 2 additions & 3 deletions XRTK.WindowsMixedReality/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
"com.unity.package-manager-ui": "2.1.2",
"com.unity.textmeshpro": "2.0.1",
"com.unity.xr.legacyinputhelpers": "2.0.6",
"com.unity.xr.oculus.standalone": "1.38.3",
"com.unity.xr.openvr.standalone": "1.0.5",
"com.unity.xr.windowsmr.metro": "1.0.14",
"com.xrtk.core": "0.1.25",
"com.unity.xr.windowsmr.metro": "1.0.15",
"com.xrtk.core": "0.1.27",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down