Skip to content

Commit e855cb7

Browse files
committed
Versions 0.20.0
1 parent 508b0e9 commit e855cb7

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

MainProject/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"depth": 0,
3737
"source": "embedded",
3838
"dependencies": {
39-
"com.de-panther.webxr": "0.20.0-preview"
39+
"com.de-panther.webxr": "0.20.0"
4040
}
4141
},
4242
"com.unity.burst": {

Packages/webxr-interactions/CHANGELOG.md

Lines changed: 2 additions & 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.20.0] - 2023-12-18
910
### Added
1011
- An option to set depthStencilFormat in MixedRealityCaptureController.
1112
- InputActionProperty click to SceneHitTest. Now project is not forced to use old Input Manager.
@@ -14,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1415
- XR Interaction Toolkit sample XR Rig now use 1 camera instead of cameras group.
1516
- SceneHitTest now looks for Main Camera if there's no WebXRCamera component in scene.
1617
- Samples now use URP instead of Built-in Render Pipeline.
18+
- Requires WebXR Export 0.20.0.
1719

1820
### Deprecated
1921
- HandMenu as the duplication no longer needed. Use XRI HandMenu instead.

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.0-preview",
4+
"version": "0.20.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.0-preview"
33+
"com.de-panther.webxr": "0.20.0"
3434
}
3535
}

Packages/webxr/CHANGELOG.md

Lines changed: 2 additions & 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.20.0] - 2023-12-18
910
### Added
1011
- Native XRSubsystem for WebXR Display rendering.
1112
- Native XRSubsystem for WebXR Headset/Device tracking.
@@ -15,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1516
### Removed
1617
- Support for Unity versions older than 2020.3.6f1.
1718
- Support for Built-in Render Pipeline.
19+
- Old 2019 WebGLTemplates.
1820

1921
## [0.19.0] - 2023-11-22
2022
### Added

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

0 commit comments

Comments
 (0)