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

Commit

Permalink
updated inspector namespace (#47)
Browse files Browse the repository at this point in the history
* updated inspector namespace

* updated package version and updated dependencies

* updated package dependencies
  • Loading branch information
StephenHodgson authored Dec 18, 2019
1 parent cfb716c commit fc3a166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 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"
}
}

0 comments on commit fc3a166

Please sign in to comment.