From 2cce4b75964d9b56d7a20b13d2848ffcbf8b349f Mon Sep 17 00:00:00 2001 From: Matt Schoen Date: Fri, 21 Aug 2020 03:15:17 -0700 Subject: [PATCH] Update version number and package metadata --- CHANGELOG.md | 5 ++++- CONTRIBUTING.md | 3 --- Documentation~/com.unity.labs.editorxr.md | 4 ++-- LICENSE.md | 2 +- QAReport.md | 26 ----------------------- QAReport.md.meta | 7 ------ package.json | 2 +- 7 files changed, 8 insertions(+), 41 deletions(-) delete mode 100644 QAReport.md delete mode 100644 QAReport.md.meta diff --git a/CHANGELOG.md b/CHANGELOG.md index 668e77c4e..86002b380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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.8-preview] - 2020-07-31 +## [0.4.9-preview] - 2020-08-21 +- Fix compile errors when making player builds + +## [0.4.8-preview] - 2020-08-19 - Remove UnityOctree and extract SpatialHashModule into its own package with custom octree - Improvements and optimizations related to MARS companion app development - Update dependencies to latest versions diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f299b10e..8eb66bb52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,5 @@ # Contributing -## If you are interested in contributing, here are some ground rules: -* ... Define guidelines & rules for what contributors need to know to successfully make Pull requests against your repo ... - ## All contributions are subject to the [Unity Contribution Agreement(UCA)](https://unity3d.com/legal/licenses/Unity_Contribution_Agreement) By making a pull request, you are confirming agreement to the terms and conditions of the UCA, including that your Contributions are your original creation and that you have complete right and authority to make your Contributions. diff --git a/Documentation~/com.unity.labs.editorxr.md b/Documentation~/com.unity.labs.editorxr.md index c07b414e2..34aa33dd7 100644 --- a/Documentation~/com.unity.labs.editorxr.md +++ b/Documentation~/com.unity.labs.editorxr.md @@ -19,11 +19,11 @@ In addition, you need to to set up your default VR platform. This version of EditorXR is compatible with the following versions of the Unity Editor: -* 2018.4.12f1 and later (recommended) +* 2019.1.14f1 and later (recommended) ## Known limitations -*_EditorXR version 1.0 includes the following known limitations:_* +*_EditorXR version 0.4.9-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/LICENSE.md b/LICENSE.md index 72ae20a01..da1fee28b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -EditorXR copyright © 2019 Unity Technologies ApS +EditorXR copyright © 2020 Unity Technologies ApS EditorVR copyright © 2016 Unity Technologies ApS Licensed under the Unity Companion License for Unity-dependent projects--see [Unity Companion License](http://www.unity3d.com/legal/licenses/Unity_Companion_License). diff --git a/QAReport.md b/QAReport.md deleted file mode 100644 index 26c5ba377..000000000 --- a/QAReport.md +++ /dev/null @@ -1,26 +0,0 @@ -# Quality Report -Use this file to outline the test strategy for this package. - -## Version tested: [*package version*] - -## QA Owner: [*Add Name*] -## UX Owner: [*Add Name*] - -## Test strategy -*Use this section to describe how this feature was tested.* -* A link to the Test Plan (Test Rails, other) -* Results from the package's editor and runtime test suite. -* Link to automated test results (if any) -* Manual test Results, [here's an example](https://docs.google.com/spreadsheets/d/12A76U5Gf969w10KL4Ik0wC1oFIBDUoRrqIvQgD18TFo/edit#gid=0) -* Scenario test week outcome -* etc. - -## Package Status -Use this section to describe: -* UX status/evaluation results -* package stability -* known bugs, issues -* performance metrics, -* etc - -In other words, a general feeling on the health of this package. diff --git a/QAReport.md.meta b/QAReport.md.meta deleted file mode 100644 index 63bb77780..000000000 --- a/QAReport.md.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 0309e71d02d300f4f9ad26417b32308f -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/package.json b/package.json index 897764356..834b07db6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.editorxr", "displayName": "EditorXR", - "version": "0.4.8-preview", + "version": "0.4.9-preview", "unity": "2019.1", "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.",