Skip to content

Commit

Permalink
Merge pull request #84 from De-Panther/webxr0_3_1
Browse files Browse the repository at this point in the history
webxr 0.3.1 package/changelog
  • Loading branch information
De-Panther committed Nov 7, 2020
2 parents aa67adb + 0f756a1 commit dea9ddd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Packages/webxr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2020-11-07
### Added
- emscripten browser object pause/resume when switching sessions.

### Changed
- Replaced Inline XR Session with window.rAF.

## [0.3.0] - 2020-11-01
### Added
- Support for XR providers in the editor.
Expand All @@ -17,4 +24,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.0] - 2020-10-30
### Added
- Some XR SDK features, like the subsystems. Still not fully support the XR SDK.
- Info about WebXR Interactions in the README file.
- Info about WebXR Interactions in the README file.
4 changes: 2 additions & 2 deletions Packages/webxr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.de-panther.webxr",
"displayName": "WebXR Export",
"version": "0.3.0-preview",
"version": "0.3.1-preview",
"unity": "2019.4",
"unityRelease": "7f1",
"description": "Export Unity projects to WebXR",
Expand All @@ -18,4 +18,4 @@
"dependencies": {
"com.unity.xr.management": "3.2.13"
}
}
}

0 comments on commit dea9ddd

Please sign in to comment.