Skip to content

Commit 5e63779

Browse files
authored
Merge pull request #86 from De-Panther/webxr_0_4_0
WebXR Export and Interactions 0.4.0
2 parents b1b9ab2 + 3a71f18 commit 5e63779

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

Packages/webxr-interactions/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.0] - 2020-11-08
10+
### Added
11+
- Support for the missing controller inputs.
12+
13+
### Changed
14+
- Sample scene - Changed Rigidbody Interpolate for the Interactables.
15+
- ControllerInteraction - Changed what values to check for pick/drop Interactables.
16+
917
## [0.3.0] - 2020-11-01
1018
### Added
1119
- Support for XR providers in the sample WebXRCameraSet prefab.
@@ -16,4 +24,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1624
## [0.2.0] - 2020-10-30
1725
### Added
1826
- This package.
19-
- Sample scene from the main project
27+
- Sample scene from the main project

Packages/webxr-interactions/package.json

Lines changed: 3 additions & 3 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.3.0-preview",
4+
"version": "0.4.0-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.3.0"
26+
"com.de-panther.webxr": "0.4.0"
2727
}
28-
}
28+
}

Packages/webxr/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.0] - 2020-11-08
10+
### Added
11+
- Added missing OnXRCapabilitiesUpdate to WebXRManager.
12+
- Added missing controller inputs.
13+
14+
### Changed
15+
- Changed controller action names to enums.
16+
917
## [0.3.1] - 2020-11-07
1018
### Added
1119
- emscripten browser object pause/resume when switching sessions.

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

0 commit comments

Comments
 (0)