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 (#96)
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 <[email protected]>
  • Loading branch information
FejZa and StephenHodgson authored Jan 15, 2021
1 parent d935f19 commit 5ff9244
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Editor/LuminPackageInstaller.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.Lumin.Editor
{
Expand Down
2 changes: 1 addition & 1 deletion Editor/LuminPathFinder.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.Lumin.Editor
{
Expand Down
2 changes: 1 addition & 1 deletion Editor/LuminRemote.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using XRTK.Extensions;
using XRTK.Lumin.Native;
using XRTK.Utilities.Async;
using XRTK.Utilities.Editor;
using XRTK.Editor.Utilities;
using Debug = UnityEngine.Debug;

namespace XRTK.Lumin.Editor
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"reality",
"lumin"
],
"version": "0.2.0",
"version": "0.2.1",
"unity": "2019.4",
"license": "MIT",
"src": "Assets/XRTK.Lumin",
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.2.0"
"com.xrtk.core": "0.2.1"
},
"profiles": [
{
Expand All @@ -28,4 +28,4 @@
}
],
"unityRelease": "17f1"
}
}

0 comments on commit 5ff9244

Please sign in to comment.