Skip to content

Commit 4c382b8

Browse files
committed
WebXR Export 0.4.1-preview and WebXR Interactions 0.4.2-preview.
1 parent 0540225 commit 4c382b8

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

DebugProjects/Unity2020.1/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.4.0-preview"
16+
"com.de-panther.webxr": "0.4.1-preview"
1717
}
1818
},
1919
"com.unity.ext.nunit": {

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.4.0-preview"
16+
"com.de-panther.webxr": "0.4.1-preview"
1717
}
1818
},
1919
"com.unity.ext.nunit": {

Packages/webxr-interactions/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.2] - 2020-11-28
10+
### Changed
11+
- WebXR Export dependency update.
12+
- Added info about OpenUPM package in README.md.
13+
914
## [0.4.1] - 2020-11-17
1015
### Changed
11-
- WebXR Export dependency fix
16+
- WebXR Export dependency fix.
1217

1318
## [0.4.0] - 2020-11-08
1419
### Added

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.4.1-preview",
4+
"version": "0.4.2-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.4.0-preview"
26+
"com.de-panther.webxr": "0.4.1-preview"
2727
}
2828
}

Packages/webxr/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.1] - 2020-11-28
10+
### Added
11+
- Support for Unity 2020.1.
12+
- WebGLTemplates for Unity 2020.1.
13+
- Debug project for Unity 2020.1.
14+
15+
### Changed
16+
- Fixes for JavaScript and Unity communication to support both Unity 2019.1 and Unity 2020.1.
17+
- Added info about OpenUPM package in README.md.
18+
919
## [0.4.0] - 2020-11-08
1020
### Added
1121
- Added missing OnXRCapabilitiesUpdate to WebXRManager.

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.4.0-preview",
4+
"version": "0.4.1-preview",
55
"unity": "2019.4",
66
"unityRelease": "7f1",
77
"description": "Export Unity projects to WebXR",

0 commit comments

Comments
 (0)