Skip to content

Commit dea9ddd

Browse files
authored
Merge pull request #84 from De-Panther/webxr0_3_1
webxr 0.3.1 package/changelog
2 parents aa67adb + 0f756a1 commit dea9ddd

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Packages/webxr/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1] - 2020-11-07
10+
### Added
11+
- emscripten browser object pause/resume when switching sessions.
12+
13+
### Changed
14+
- Replaced Inline XR Session with window.rAF.
15+
916
## [0.3.0] - 2020-11-01
1017
### Added
1118
- 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
1724
## [0.2.0] - 2020-10-30
1825
### Added
1926
- Some XR SDK features, like the subsystems. Still not fully support the XR SDK.
20-
- Info about WebXR Interactions in the README file.
27+
- Info about WebXR Interactions in the README file.

Packages/webxr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.de-panther.webxr",
33
"displayName": "WebXR Export",
4-
"version": "0.3.0-preview",
4+
"version": "0.3.1-preview",
55
"unity": "2019.4",
66
"unityRelease": "7f1",
77
"description": "Export Unity projects to WebXR",
@@ -18,4 +18,4 @@
1818
"dependencies": {
1919
"com.unity.xr.management": "3.2.13"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)