File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
17
## [ 0.3.0] - 2020-11-01
10
18
### Added
11
19
- 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
16
24
## [ 0.2.0] - 2020-10-30
17
25
### Added
18
26
- This package.
19
- - Sample scene from the main project
27
+ - Sample scene from the main project
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.de-panther.webxr-interactions" ,
3
3
"displayName" : " WebXR Interactions" ,
4
- "version" : " 0.3 .0-preview" ,
4
+ "version" : " 0.4 .0-preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"unityRelease" : " 7f1" ,
7
7
"description" : " WebXR interactions components and samples for WebXR Export" ,
23
23
}
24
24
],
25
25
"dependencies" : {
26
- "com.de-panther.webxr" : " 0.3 .0"
26
+ "com.de-panther.webxr" : " 0.4 .0"
27
27
}
28
- }
28
+ }
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
17
## [ 0.3.1] - 2020-11-07
10
18
### Added
11
19
- emscripten browser object pause/resume when switching sessions.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.de-panther.webxr" ,
3
3
"displayName" : " WebXR Export" ,
4
- "version" : " 0.3.1 -preview" ,
4
+ "version" : " 0.4.0 -preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"unityRelease" : " 7f1" ,
7
7
"description" : " Export Unity projects to WebXR" ,
You can’t perform that action at this time.
0 commit comments