From 6b71e98cde6c815838300f7129a541b785a95298 Mon Sep 17 00:00:00 2001 From: Matt Schoen Date: Wed, 2 Sep 2020 14:36:01 -0700 Subject: [PATCH] Update list view and spatial hash dependencies to released versions; Update changelog; Add dependencies to readme; Update version for known issues in documentation --- CHANGELOG.md | 4 +++- Documentation~/com.unity.labs.editorxr.md | 2 +- README.md | 10 ++++++++++ package.json | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5aeb900..b2fa1f8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.4.10-preview] - 2020-08-27 +## [0.4.10-preview] - 2020-09-02 - Update dependencies to released versions +- Fix controller detection for Quest builds +- Fix errors caused by SpatialHashModule being stripped in IL2CPP builds ## [0.4.9-preview] - 2020-08-21 - Fix compile errors when making player builds diff --git a/Documentation~/com.unity.labs.editorxr.md b/Documentation~/com.unity.labs.editorxr.md index 34aa33dd7..71cf67682 100644 --- a/Documentation~/com.unity.labs.editorxr.md +++ b/Documentation~/com.unity.labs.editorxr.md @@ -23,7 +23,7 @@ This version of EditorXR is compatible with the following versions of the Unity ## Known limitations -*_EditorXR version 0.4.9-preview includes the following known limitations:_* +*_EditorXR version 0.4.10-preview includes the following known limitations:_* * *_Undo/redo do not record all change history yet in the Radial Menu_* * *_Toggles from the main menu are not yet supported (snap, locomotion type, etc)._* * *_Other EditorXR menus and workspaces still draw above the Spatial Menu._* diff --git a/README.md b/README.md index 60986a18a..291d75b78 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # EditorXR Author XR in XR + +Dependencies: +- `com.unity.xrtools.module-loader` +- `com.unity.xrtools.utils` +- `com.unity.list-view-framework` +- `com.unity.xrtools.spatial-hash` +- `com.unity.xr.legacyinputhelpers` +- `com.unity.xr-line-renderer` +- `com.unity.timeline` +- `com.unity.textmeshpro` diff --git a/package.json b/package.json index e0bc97b71..020a717de 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "dependencies": { "com.unity.xrtools.utils": "1.1.1", "com.unity.xrtools.module-loader": "1.1.1", - "com.unity.list-view-framework": "1.1.2-preview", - "com.unity.xrtools.spatial-hash": "0.1.2-preview", + "com.unity.list-view-framework": "1.1.3-preview", + "com.unity.xrtools.spatial-hash": "0.1.3-preview", "com.unity.xr.legacyinputhelpers": "2.0.6", "com.unity.xr-line-renderer": "0.1.2-preview", "com.unity.timeline": "1.0.0",