From aeb4d2b4faae0994e7ec2d5c542dfd377bcd4613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Fejzagi=C4=87?= Date: Tue, 26 Jan 2021 14:18:32 +0100 Subject: [PATCH] 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 --- LICENSE.md | 2 +- .../LuminHandControllerDataProviderProfile.asset | 1 + package.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index ae38a2f8..6ebd485c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/Profiles~/Controllers/HandController/LuminHandControllerDataProviderProfile.asset b/Profiles~/Controllers/HandController/LuminHandControllerDataProviderProfile.asset index fec0f82e..5c2cff5a 100644 --- a/Profiles~/Controllers/HandController/LuminHandControllerDataProviderProfile.asset +++ b/Profiles~/Controllers/HandController/LuminHandControllerDataProviderProfile.asset @@ -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 diff --git a/package.json b/package.json index 7b87ce67..d9be9b00 100644 --- a/package.json +++ b/package.json @@ -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": [ { @@ -28,4 +28,4 @@ } ], "unityRelease": "17f1" -} +} \ No newline at end of file