File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Packages/webxr-interactions Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"dependencies" : {
13
- "com.de-panther.webxr-input-profiles-loader" : " 0.3.1 " ,
13
+ "com.de-panther.webxr-input-profiles-loader" : " 0.3.3 " ,
14
14
"com.unity.ide.rider" : " 2.0.5" ,
15
15
"com.unity.ide.vscode" : " 1.2.3" ,
16
16
"com.unity.test-framework" : " 1.1.16" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"com.atteneder.gltfast" : {
4
- "version" : " 2.5.0 " ,
4
+ "version" : " 3.0.1 " ,
5
5
"depth" : 1 ,
6
6
"source" : " registry" ,
7
7
"dependencies" : {
21
21
}
22
22
},
23
23
"com.de-panther.webxr-input-profiles-loader" : {
24
- "version" : " 0.3.1 " ,
24
+ "version" : " 0.3.3 " ,
25
25
"depth" : 0 ,
26
26
"source" : " registry" ,
27
27
"dependencies" : {
28
28
"com.unity.nuget.newtonsoft-json" : " 2.0.0" ,
29
- "com.atteneder.gltfast" : " 2.5.0 "
29
+ "com.atteneder.gltfast" : " 3.0.1 "
30
30
},
31
31
"url" : " https://package.openupm.com"
32
32
},
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### Added
9
9
- Check for alwaysUseGrip in ControllerInteraction.
10
10
11
+ ### Changed
12
+ - Minimum WebXR Input Profiles Loader version 0.3.3.
13
+
11
14
## [ 0.6.0] - 2020-01-23
12
15
### Added
13
16
- Check if hand joints radius changed on hand update in ControllerInteraction.
Original file line number Diff line number Diff line change 14
14
"versionDefines": [
15
15
{
16
16
"name": "com.de-panther.webxr-input-profiles-loader",
17
- "expression": "0.3.1 ",
17
+ "expression": "0.3.3 ",
18
18
"define": "WEBXR_INPUT_PROFILES"
19
19
}
20
20
],
You can’t perform that action at this time.
0 commit comments