microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Update Hands Subsystem to use XR1 2.3 hands package on Android, so MRTK3 can consume Microsoft OpenXR version 1.8.0+ #11470

Closed shaynie closed 1 year ago

shaynie commented 1 year ago

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


Hand tracking for Android has been removed from the Microsoft OpenXR plugin 1.8.0+. We need to rework the hands subsystem to use the XRI 2.3 hands package so that Android can still build.

For the first iteration Windows should still use Microsoft OpenXR plugin directly. Android needs to be updated to use the XR1 2.2 hands package.

shaynie commented 1 year ago

Hand tracking for Android has been removed from the Microsoft OpenXR plugin 1.8.0+ Need to rework the hands subsystem to use the XRI 2.3 hands package so that Android can still build.