File tree Expand file tree Collapse file tree 6 files changed +21
-6
lines changed
DebugProjects/Unity2020.1/Packages Expand file tree Collapse file tree 6 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 13
13
"depth" : 0 ,
14
14
"source" : " embedded" ,
15
15
"dependencies" : {
16
- "com.de-panther.webxr" : " 0.4.0 -preview"
16
+ "com.de-panther.webxr" : " 0.4.1 -preview"
17
17
}
18
18
},
19
19
"com.unity.ext.nunit" : {
Original file line number Diff line number Diff line change 13
13
"depth" : 0 ,
14
14
"source" : " embedded" ,
15
15
"dependencies" : {
16
- "com.de-panther.webxr" : " 0.4.0 -preview"
16
+ "com.de-panther.webxr" : " 0.4.1 -preview"
17
17
}
18
18
},
19
19
"com.unity.ext.nunit" : {
Original file line number Diff line number Diff line change @@ -6,9 +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.2] - 2020-11-28
10
+ ### Changed
11
+ - WebXR Export dependency update.
12
+ - Added info about OpenUPM package in README.md.
13
+
9
14
## [ 0.4.1] - 2020-11-17
10
15
### Changed
11
- - WebXR Export dependency fix
16
+ - WebXR Export dependency fix.
12
17
13
18
## [ 0.4.0] - 2020-11-08
14
19
### Added
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.4.1 -preview" ,
4
+ "version" : " 0.4.2 -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.4.0 -preview"
26
+ "com.de-panther.webxr" : " 0.4.1 -preview"
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.4.1] - 2020-11-28
10
+ ### Added
11
+ - Support for Unity 2020.1.
12
+ - WebGLTemplates for Unity 2020.1.
13
+ - Debug project for Unity 2020.1.
14
+
15
+ ### Changed
16
+ - Fixes for JavaScript and Unity communication to support both Unity 2019.1 and Unity 2020.1.
17
+ - Added info about OpenUPM package in README.md.
18
+
9
19
## [ 0.4.0] - 2020-11-08
10
20
### Added
11
21
- Added missing OnXRCapabilitiesUpdate to WebXRManager.
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.4.0 -preview" ,
4
+ "version" : " 0.4.1 -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