Skip to content

Commit

Permalink
Update utils and module loader dependency to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtschoen-unity committed Aug 17, 2020
1 parent d56500a commit c09324a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Runtime/Scripts/Modules/HighlightModule/HighlightModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Collections;
using System.Collections.Generic;
using Unity.EditorXR.Core;
using Unity.EditorXR.Extensions;
using Unity.EditorXR.Interfaces;
using Unity.XRTools.ModuleLoader;
using Unity.XRTools.Utils;
using UnityEditor;
using UnityEditor.XRTools.Utils;
using UnityEngine;

namespace Unity.EditorXR.Modules
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using TMPro;
using Unity.EditorXR.Data;
using Unity.XRTools.Utils;
using UnityEditor;
using UnityEditor.XRTools.Utils;
using UnityEngine;
using UnityEngine.UI;
using Button = Unity.EditorXR.UI.Button;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using TMPro;
using Unity.EditorXR.Data;
using Unity.XRTools.Utils;
using UnityEditor.XRTools.Utils;
using UnityEngine;
using Object = UnityEngine.Object;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using TMPro;
using Unity.EditorXR.Data;
using Unity.XRTools.Utils;
using UnityEditor.XRTools.Utils;
using UnityEngine;

namespace Unity.EditorXR.Workspaces
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using Unity.EditorXR.Data;
using Unity.XRTools.Utils;
using UnityEditor;
using UnityEditor.XRTools.Utils;
using UnityEngine;

namespace Unity.EditorXR.Workspaces
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"unityRelease": "14f1",
"description": "Author XR in XR\nEditorXR provides a basic set of authoring tools and a framework for using and developing spatial authoring environments. This package adds the VR View to the Unity Editor, allowing users to take advantage of VR devices like Oculus Rift and HTC Vive in edit mode and work directly on their project and scenes in VR.\nIt is also possible to build EditorXR and its tools and workspaces into Player builds for use on devices like Oculus Quest or to incoroprate authoring components into end-user experiences.",
"dependencies": {
"com.unity.xrtools.utils": "1.0.1",
"com.unity.xrtools.module-loader": "1.0.1",
"com.unity.xrtools.utils": "1.1.0",
"com.unity.xrtools.module-loader": "1.1.0",
"com.unity.list-view-framework": "1.1.2-preview",
"com.unity.xrtools.spatial-hash": "0.1.2-preview",
"com.unity.xr.legacyinputhelpers": "2.0.6",
Expand Down

0 comments on commit c09324a

Please sign in to comment.