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

fixed invalid namesapce #210

Merged
merged 3 commits into from
Dec 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using XRTK.Definitions.SpatialAwarenessSystem;
using XRTK.EventDatum.Input;
using XRTK.Extensions;
using XRTK.Extensions.XRTK.Extensions;
using XRTK.Interfaces.InputSystem;
using XRTK.Interfaces.InputSystem.Handlers;
using XRTK.SDK.UX;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Animations;
using XRTK.Definitions.Controllers.Hands;
using XRTK.Definitions.Utilities;
using XRTK.EventDatum.Input;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using XRTK.EventDatum.Input;
using XRTK.EventDatum.Teleport;
using XRTK.Extensions;
using XRTK.Extensions.XRTK.Extensions;
using XRTK.Interfaces.InputSystem;
using XRTK.Interfaces.InputSystem.Handlers;
using XRTK.Interfaces.Physics;
Expand Down
2 changes: 1 addition & 1 deletion XRTK.SDK/Packages/com.xrtk.sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"src": "Assets/XRTK.Core",
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.2.0-preview.154",
"com.xrtk.core": "0.2.0-preview.157",
"com.unity.textmeshpro": "2.1.3"
},
"profiles": [
Expand Down
2 changes: 1 addition & 1 deletion XRTK.SDK/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"com.unity.textmeshpro": "2.1.3",
"com.unity.ugui": "1.0.0",
"com.unity.xr.magicleap": "4.1.3",
"com.xrtk.core": "0.2.0-preview.154",
"com.xrtk.core": "0.2.0-preview.157",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion XRTK.SDK/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"url": "https://packages.unity.com"
},
"com.xrtk.core": {
"version": "0.2.0-preview.154",
"version": "0.2.0-preview.157",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down