From 2efb1d9440d53e83b19cf083e52ac924dd23861a Mon Sep 17 00:00:00 2001 From: De-Panther Date: Sat, 7 Nov 2020 11:39:10 +0200 Subject: [PATCH 1/2] Update package.json --- Packages/webxr/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/webxr/package.json b/Packages/webxr/package.json index ca1f4792..e1645942 100644 --- a/Packages/webxr/package.json +++ b/Packages/webxr/package.json @@ -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", @@ -18,4 +18,4 @@ "dependencies": { "com.unity.xr.management": "3.2.13" } -} \ No newline at end of file +} From 0f756a19bb1e5cde3c3dfaf80b4d087095f48aa3 Mon Sep 17 00:00:00 2001 From: De-Panther Date: Sat, 7 Nov 2020 11:43:23 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- Packages/webxr/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Packages/webxr/CHANGELOG.md b/Packages/webxr/CHANGELOG.md index e818f0aa..213dfa09 100644 --- a/Packages/webxr/CHANGELOG.md +++ b/Packages/webxr/CHANGELOG.md @@ -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. @@ -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. \ No newline at end of file +- Info about WebXR Interactions in the README file.