File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 36
36
"depth" : 0 ,
37
37
"source" : " embedded" ,
38
38
"dependencies" : {
39
- "com.de-panther.webxr" : " 0.20.0-preview "
39
+ "com.de-panther.webxr" : " 0.20.0"
40
40
}
41
41
},
42
42
"com.unity.burst" : {
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.20.0] - 2023-12-18
9
10
### Added
10
11
- An option to set depthStencilFormat in MixedRealityCaptureController.
11
12
- InputActionProperty click to SceneHitTest. Now project is not forced to use old Input Manager.
@@ -14,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
15
- XR Interaction Toolkit sample XR Rig now use 1 camera instead of cameras group.
15
16
- SceneHitTest now looks for Main Camera if there's no WebXRCamera component in scene.
16
17
- Samples now use URP instead of Built-in Render Pipeline.
18
+ - Requires WebXR Export 0.20.0.
17
19
18
20
### Deprecated
19
21
- HandMenu as the duplication no longer needed. Use XRI HandMenu instead.
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.0-preview " ,
4
+ "version" : " 0.20.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.0-preview "
33
+ "com.de-panther.webxr" : " 0.20.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.20.0] - 2023-12-18
9
10
### Added
10
11
- Native XRSubsystem for WebXR Display rendering.
11
12
- Native XRSubsystem for WebXR Headset/Device tracking.
@@ -15,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Removed
16
17
- Support for Unity versions older than 2020.3.6f1.
17
18
- Support for Built-in Render Pipeline.
19
+ - Old 2019 WebGLTemplates.
18
20
19
21
## [ 0.19.0] - 2023-11-22
20
22
### Added
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.0-preview " ,
4
+ "version" : " 0.20.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