Skip to content

Commit

Permalink
Versions 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
De-Panther committed Dec 18, 2023
1 parent 508b0e9 commit e855cb7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MainProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.de-panther.webxr": "0.20.0-preview"
"com.de-panther.webxr": "0.20.0"
}
},
"com.unity.burst": {
Expand Down
2 changes: 2 additions & 0 deletions Packages/webxr-interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - 2023-12-18
### Added
- An option to set depthStencilFormat in MixedRealityCaptureController.
- InputActionProperty click to SceneHitTest. Now project is not forced to use old Input Manager.
Expand All @@ -14,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- XR Interaction Toolkit sample XR Rig now use 1 camera instead of cameras group.
- SceneHitTest now looks for Main Camera if there's no WebXRCamera component in scene.
- Samples now use URP instead of Built-in Render Pipeline.
- Requires WebXR Export 0.20.0.

### Deprecated
- HandMenu as the duplication no longer needed. Use XRI HandMenu instead.
Expand Down
4 changes: 2 additions & 2 deletions Packages/webxr-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.de-panther.webxr-interactions",
"displayName": "WebXR Interactions",
"version": "0.20.0-preview",
"version": "0.20.0",
"unity": "2020.3",
"unityRelease": "11f1",
"description": "WebXR interactions components and samples for WebXR Export",
Expand Down Expand Up @@ -30,6 +30,6 @@
}
],
"dependencies": {
"com.de-panther.webxr": "0.20.0-preview"
"com.de-panther.webxr": "0.20.0"
}
}
2 changes: 2 additions & 0 deletions Packages/webxr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - 2023-12-18
### Added
- Native XRSubsystem for WebXR Display rendering.
- Native XRSubsystem for WebXR Headset/Device tracking.
Expand All @@ -15,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Support for Unity versions older than 2020.3.6f1.
- Support for Built-in Render Pipeline.
- Old 2019 WebGLTemplates.

## [0.19.0] - 2023-11-22
### Added
Expand Down
2 changes: 1 addition & 1 deletion Packages/webxr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.de-panther.webxr",
"displayName": "WebXR Export",
"version": "0.20.0-preview",
"version": "0.20.0",
"unity": "2020.3",
"unityRelease": "11f1",
"description": "Export Unity projects to WebXR",
Expand Down

0 comments on commit e855cb7

Please sign in to comment.