Skip to content

Commit 5690e69

Browse files
committed
Versions 0.21.0
1 parent 5c036db commit 5690e69

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

MainProject/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"depth": 0,
2424
"source": "embedded",
2525
"dependencies": {
26-
"com.de-panther.webxr": "0.20.1-preview"
26+
"com.de-panther.webxr": "0.21.0"
2727
}
2828
},
2929
"com.unity.burst": {

Packages/webxr-interactions/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.21.0] - 2024-01-17
910
### Added
1011
- An option to auto-load WebXRInputSystem on start in WebXRSettings.
1112

1213
### Changed
1314
- Minimum WebXR Input Profiles Loader version 0.6.2.
15+
- Requires WebXR Export 0.21.0.
1416

1517
### Fixed
1618
- SceneHitTest now updates the pose of the originTransform instead of WebXRManager transform.

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.20.1-preview",
4+
"version": "0.21.0",
55
"unity": "2020.3",
66
"unityRelease": "11f1",
77
"description": "WebXR interactions components and samples for WebXR Export",
@@ -30,6 +30,6 @@
3030
}
3131
],
3232
"dependencies": {
33-
"com.de-panther.webxr": "0.20.1-preview"
33+
"com.de-panther.webxr": "0.21.0"
3434
}
3535
}

Packages/webxr/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.21.0] - 2024-01-17
910
### Added
1011
- An option to auto-load WebXRManager on start in WebXRSettings.
1112
- An option to auto-load WebXRInputSystem on start in WebXRSettings.

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

0 commit comments

Comments
 (0)