Skip to content

Commit

Permalink
Update list view and spatial hash dependencies to released versions;
Browse files Browse the repository at this point in the history
Update changelog;
Add dependencies to readme;
Update version for known issues in documentation
  • Loading branch information
mtschoen-unity committed Sep 2, 2020
1 parent 13a0fd4 commit 6b71e98
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation~/com.unity.labs.editorxr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._*
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b71e98

Please sign in to comment.