File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
16
## [ 0.3.0] - 2020-11-01
10
17
### Added
11
18
- 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
17
24
## [ 0.2.0] - 2020-10-30
18
25
### Added
19
26
- 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.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.de-panther.webxr" ,
3
3
"displayName" : " WebXR Export" ,
4
- "version" : " 0.3.0 -preview" ,
4
+ "version" : " 0.3.1 -preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"unityRelease" : " 7f1" ,
7
7
"description" : " Export Unity projects to WebXR" ,
18
18
"dependencies" : {
19
19
"com.unity.xr.management" : " 3.2.13"
20
20
}
21
- }
21
+ }
You can’t perform that action at this time.
0 commit comments