Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit aeb4d2b

Browse files
authored
Implement grip threshold profile setting (#98)
* Update core dependency * Update default profile * Update license and bump core dependency and version * Fix package version to increase only by one patch step
1 parent 5ff9244 commit aeb4d2b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 XRTK
3+
Copyright (c) 2021 XRTK
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Profiles~/Controllers/HandController/LuminHandControllerDataProviderProfile.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ MonoBehaviour:
1616
controllerMappingProfiles:
1717
- {fileID: 11400000, guid: 6f6e30873d1ee554da130517de8a5ea4, type: 2}
1818
- {fileID: 11400000, guid: 14f815e452eab2f48a45143f3795c546, type: 2}
19+
gripThreshold: 0.8
1920
renderingMode: 1
2021
handPhysicsEnabled: 0
2122
useTriggers: 0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"reality",
1414
"lumin"
1515
],
16-
"version": "0.2.1",
16+
"version": "0.2.2",
1717
"unity": "2019.4",
1818
"license": "MIT",
1919
"src": "Assets/XRTK.Lumin",
2020
"author": "XRTK Team (https://github.com/XRTK)",
2121
"dependencies": {
22-
"com.xrtk.core": "0.2.1"
22+
"com.xrtk.core": "0.2.3"
2323
},
2424
"profiles": [
2525
{
@@ -28,4 +28,4 @@
2828
}
2929
],
3030
"unityRelease": "17f1"
31-
}
31+
}

0 commit comments

Comments
 (0)