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

Commit

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

* updated package version and dependencies

* updated package dependencies
  • Loading branch information
StephenHodgson authored Dec 18, 2019
1 parent 6b26cd4 commit a86e774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Inspectors/LuminMotionControllerMappingProfileInspector.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 UnityEditor;
using XRTK.Inspectors.Profiles;
using XRTK.Inspectors.Profiles.InputSystem.Controllers;
using XRTK.Lumin.Profiles;

namespace XRTK.Lumin.Inspectors
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"reality",
"lumin"
],
"version": "0.1.9",
"version": "0.1.10",
"unity": "2019.1",
"license": "MIT",
"src": "Assets/XRTK.Lumin",
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.unity.xr.magicleap": "2.0.0-preview.19",
"com.xrtk.core": "0.1.25"
"com.xrtk.core": "0.1.27"
}
}

0 comments on commit a86e774

Please sign in to comment.