Skip to content

Commit

Permalink
Versions 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
De-Panther committed Jan 17, 2024
1 parent 5c036db commit 5690e69
Show file tree
Hide file tree
Showing 5 changed files with 7 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 @@ -23,7 +23,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.de-panther.webxr": "0.20.1-preview"
"com.de-panther.webxr": "0.21.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,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Changed
- Minimum WebXR Input Profiles Loader version 0.6.2.
- Requires WebXR Export 0.21.0.

### Fixed
- SceneHitTest now updates the pose of the originTransform instead of WebXRManager transform.
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.1-preview",
"version": "0.21.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.1-preview"
"com.de-panther.webxr": "0.21.0"
}
}
1 change: 1 addition & 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.21.0] - 2024-01-17
### Added
- An option to auto-load WebXRManager on start in WebXRSettings.
- An option to auto-load WebXRInputSystem on start in WebXRSettings.
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.1-preview",
"version": "0.21.0",
"unity": "2020.3",
"unityRelease": "11f1",
"description": "Export Unity projects to WebXR",
Expand Down

0 comments on commit 5690e69

Please sign in to comment.