Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

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

* Update WebXRPackageInstaller.cs

* 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 2d8001b commit cb3cd7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.WebXR.Editor
{
Expand All @@ -23,4 +23,4 @@ static WebXRPackageInstaller()
}
}
}
}
}
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.WebXR.Editor
{
Expand Down
4 changes: 2 additions & 2 deletions XRTK.WebXR/Packages/com.xrtk.webxr/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"
},
"profiles": [
{
Expand Down
6 changes: 3 additions & 3 deletions XRTK.WebXR/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"url": "https://packages.unity.com"
},
"com.xrtk.core": {
"version": "0.2.0",
"depth": 0,
"version": "0.2.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
Expand All @@ -92,7 +92,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.xrtk.core": "0.2.0"
"com.xrtk.core": "0.2.1"
}
},
"com.unity.modules.ai": {
Expand Down

0 comments on commit cb3cd7a

Please sign in to comment.