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

Commit

Permalink
Implement grip threshold profile setting (#98)
Browse files Browse the repository at this point in the history
* Update core dependency

* Update default profile

* Update license and bump core dependency and version

* Fix package version to increase only by one patch step
  • Loading branch information
FejZa authored Jan 26, 2021
1 parent 5ff9244 commit aeb4d2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 XRTK
Copyright (c) 2021 XRTK

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ MonoBehaviour:
controllerMappingProfiles:
- {fileID: 11400000, guid: 6f6e30873d1ee554da130517de8a5ea4, type: 2}
- {fileID: 11400000, guid: 14f815e452eab2f48a45143f3795c546, type: 2}
gripThreshold: 0.8
renderingMode: 1
handPhysicsEnabled: 0
useTriggers: 0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"reality",
"lumin"
],
"version": "0.2.1",
"version": "0.2.2",
"unity": "2019.4",
"license": "MIT",
"src": "Assets/XRTK.Lumin",
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.2.1"
"com.xrtk.core": "0.2.3"
},
"profiles": [
{
Expand All @@ -28,4 +28,4 @@
}
],
"unityRelease": "17f1"
}
}

0 comments on commit aeb4d2b

Please sign in to comment.