File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 23
23
"depth" : 0 ,
24
24
"source" : " embedded" ,
25
25
"dependencies" : {
26
- "com.de-panther.webxr" : " 0.20.1-preview "
26
+ "com.de-panther.webxr" : " 0.21.0 "
27
27
}
28
28
},
29
29
"com.unity.burst" : {
Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.21.0] - 2024-01-17
9
10
### Added
10
11
- An option to auto-load WebXRInputSystem on start in WebXRSettings.
11
12
12
13
### Changed
13
14
- Minimum WebXR Input Profiles Loader version 0.6.2.
15
+ - Requires WebXR Export 0.21.0.
14
16
15
17
### Fixed
16
18
- SceneHitTest now updates the pose of the originTransform instead of WebXRManager transform.
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.20.1-preview " ,
4
+ "version" : " 0.21.0 " ,
5
5
"unity" : " 2020.3" ,
6
6
"unityRelease" : " 11f1" ,
7
7
"description" : " WebXR interactions components and samples for WebXR Export" ,
30
30
}
31
31
],
32
32
"dependencies" : {
33
- "com.de-panther.webxr" : " 0.20.1-preview "
33
+ "com.de-panther.webxr" : " 0.21.0 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.21.0] - 2024-01-17
9
10
### Added
10
11
- An option to auto-load WebXRManager on start in WebXRSettings.
11
12
- An option to auto-load WebXRInputSystem on start in WebXRSettings.
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.20.1-preview " ,
4
+ "version" : " 0.21.0 " ,
5
5
"unity" : " 2020.3" ,
6
6
"unityRelease" : " 11f1" ,
7
7
"description" : " Export Unity projects to WebXR" ,
You can’t perform that action at this time.
0 commit comments