v0.6.0 Content & Stability
Pre-releaseContent Update
Hand Confidence management.
-
Hand confidence is now only trusted if unreliable for less than a designated time threshold. Default is 0.2f.
This is already much more tolerant than only allowing high confidence, while not displaying hands when the data absolutely cannot be trusted. -
Exposed current hand confidence values for each hand.
-
Exposed settings to control minimum required tolerance of hand data.
Folder structure
With v0.6, MRTK-Quest is now split into MRTK-Quest & MRTK-Quest.Examples.
If you are a user of MRTK without the examples package, then the examples will not properly work for you.
As such, this latest update no longer includes the example scenes in the core package.
In MRTK-Quest "Core", there is now a BasicSetup scene, showing how to setup a minimal MRTK Scene with MRTK-Quest.
Moreover, examples are split into two scenes:
- MRTK-Quest_2.3 is guaranteed to work on the latest MRTK stable release, v2.3.
- MRTK-Quest_Development contains example content that has not yet made it into a stable release.
If you are upgrading from a previous MRTK-Quest release, you will need to delete the OculusInput folder from the MRTK third party folder in your project, before upgrading to this release.