Skip to content

Commit d0a5196

Browse files
committed
WebXR Export Package version 0.3.0. WebXR Interactions Package version 0.3.0. CHANGELOGs update
1 parent a1ab073 commit d0a5196

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

MainProject/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"depth": 0,
1414
"source": "embedded",
1515
"dependencies": {
16-
"com.de-panther.webxr": "0.2.0"
16+
"com.de-panther.webxr": "0.3.0"
1717
}
1818
},
1919
"com.unity.ext.nunit": {

Packages/webxr-interactions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.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+
916
## [0.2.0] - 2020-10-30
1017
### Added
1118
- This package.

Packages/webxr-interactions/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-interactions",
33
"displayName": "WebXR Interactions",
4-
"version": "0.2.0-preview",
4+
"version": "0.3.0-preview",
55
"unity": "2019.4",
66
"unityRelease": "7f1",
77
"description": "WebXR interactions components and samples for WebXR Export",
@@ -23,6 +23,6 @@
2323
}
2424
],
2525
"dependencies": {
26-
"com.de-panther.webxr": "0.2.0"
26+
"com.de-panther.webxr": "0.3.0"
2727
}
2828
}

Packages/webxr/CHANGELOG.md

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

77
## [Unreleased]
88

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+
917
## [0.2.0] - 2020-10-30
1018
### Added
1119
- Some XR SDK features, like the subsystems. Still not fully support the XR SDK.

Packages/webxr/package.json

Lines changed: 1 addition & 1 deletion
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.2.0-preview",
4+
"version": "0.3.0-preview",
55
"unity": "2019.4",
66
"unityRelease": "7f1",
77
"description": "Export Unity projects to WebXR",

0 commit comments

Comments
 (0)