File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 13
13
"depth" : 0 ,
14
14
"source" : " embedded" ,
15
15
"dependencies" : {
16
- "com.de-panther.webxr" : " 0.2 .0"
16
+ "com.de-panther.webxr" : " 0.3 .0"
17
17
}
18
18
},
19
19
"com.unity.ext.nunit" : {
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.0] - 2020-11-01
10
+ ### Added
11
+ - Support for XR providers in the sample WebXRCameraSet prefab.
12
+
13
+ ### Changed
14
+ - Fixed compile and runtime errors, to make sure that WebGL build works again.
15
+
9
16
## [ 0.2.0] - 2020-10-30
10
17
### Added
11
18
- This package.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.de-panther.webxr-interactions" ,
3
3
"displayName" : " WebXR Interactions" ,
4
- "version" : " 0.2 .0-preview" ,
4
+ "version" : " 0.3 .0-preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"unityRelease" : " 7f1" ,
7
7
"description" : " WebXR interactions components and samples for WebXR Export" ,
23
23
}
24
24
],
25
25
"dependencies" : {
26
- "com.de-panther.webxr" : " 0.2 .0"
26
+ "com.de-panther.webxr" : " 0.3 .0"
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.3.0] - 2020-11-01
10
+ ### Added
11
+ - Support for XR providers in the editor.
12
+ - Settings asset required and optional features in WebXR Session.
13
+
14
+ ### Changed
15
+ - Fixed compile and runtime errors, to make sure that WebGL build works again.
16
+
9
17
## [ 0.2.0] - 2020-10-30
10
18
### Added
11
19
- Some XR SDK features, like the subsystems. Still not fully support the XR SDK.
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.2 .0-preview" ,
4
+ "version" : " 0.3 .0-preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"unityRelease" : " 7f1" ,
7
7
"description" : " Export Unity projects to WebXR" ,
You can’t perform that action at this time.
0 commit comments