Skip to content

v0.6.0 Content & Stability

Pre-release
Pre-release
Compare
Choose a tag to compare
@provencher provencher released this 06 Mar 00:52
· 69 commits to master since this release

MRTK-Quest_Logo

Content Update

  • Keyboard sample
    image

  • New Button & Slider examples
    image

  • Added floor to scene

Hand Confidence management.

image

  • 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

image

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.