Skip to content

Commit

Permalink
Update version number and package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mtschoen-unity committed Aug 21, 2020
1 parent b2be709 commit 2cce4b7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 41 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions Documentation~/com.unity.labs.editorxr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._*
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
26 changes: 0 additions & 26 deletions QAReport.md

This file was deleted.

7 changes: 0 additions & 7 deletions QAReport.md.meta

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 2cce4b7

Please sign in to comment.