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

Commit

Permalink
Fix editor utilities namespace (#115)
Browse files Browse the repository at this point in the history
* Fix editor utilities namespace

* Update package.json

* updated packages-lock.json

Co-authored-by: Stephen Hodgson <hodgson.designs@gmail.com>
  • Loading branch information
FejZa and StephenHodgson authored Jan 15, 2021
1 parent d99d200 commit 78dcfc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Editor/WindowsMixedRealityPackageInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using UnityEditor;
using XRTK.Editor;
using XRTK.Extensions;
using XRTK.Utilities.Editor;
using XRTK.Editor.Utilities;

namespace XRTK.WindowsMixedReality.Editor
{
Expand Down
2 changes: 1 addition & 1 deletion Editor/WindowsMixedRealityPathFinder.cs
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 UnityEngine;
using XRTK.Utilities.Editor;
using XRTK.Editor.Utilities;

namespace XRTK.WindowsMixedReality.Editor
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"mixed",
"reality"
],
"version": "0.2.0",
"version": "0.2.1",
"unity": "2019.4",
"license": "MIT",
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.2.0",
"com.xrtk.core": "0.2.1",
"com.unity.xr.windowsmr.metro": "4.2.3"
},
"profiles": [
Expand Down

0 comments on commit 78dcfc6

Please sign in to comment.