File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-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.15 .0-preview"
39
+ "com.de-panther.webxr" : " 0.16 .0-preview"
40
40
}
41
41
},
42
42
"com.unity.burst" : {
Original file line number Diff line number Diff line change @@ -6,10 +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.16.0] - 2023-02-02
9
10
### Added
10
11
- Spectator Camera.
11
12
- Mixed Reality Capture.
12
13
14
+ ### Changed
15
+ - Requires WebXR Export 0.16.0.
16
+
13
17
### Fixed
14
18
- WebXR input profiles loading on SteamVR.
15
19
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.15 .0-preview" ,
4
+ "version" : " 0.16 .0-preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"unityRelease" : " 33f1" ,
7
7
"description" : " WebXR interactions components and samples for WebXR Export" ,
25
25
}
26
26
],
27
27
"dependencies" : {
28
- "com.de-panther.webxr" : " 0.15 .0-preview"
28
+ "com.de-panther.webxr" : " 0.16 .0-preview"
29
29
}
30
30
}
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.16.0] - 2023-02-02
9
10
### Added
10
11
- Support for Spectator Camera.
11
12
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.15 .0-preview" ,
4
+ "version" : " 0.16 .0-preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"unityRelease" : " 33f1" ,
7
7
"description" : " Export Unity projects to WebXR" ,
You can’t perform that action at this time.
0 commit comments