MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
401 stars 105 forks source link

Update MRTK3 to use latest XRI components #67

Open IssueSyncBot opened 1 year ago

IssueSyncBot commented 1 year ago

Original issue opened by:

@AMollis @AMollis


Describe the problem

MRTK3 has implemented custom components on top of XRI that can now be replaced with XRI's latest feature set. We should update MRTK3 to take advantage of these new features and deprecate MRTK3's custom components.

The usage of these new components will be part of a new MRTK3 XR Rig. The existing MRTK rig may then be deprecated, in favor of using the new rig.

Tasks


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/11679

shaynie commented 1 year ago

Anything that forces a Unity version change should be gated with ifdefs & MRTK functionality be left in place but able to be disabled.

shaynie commented 1 year ago

PR available for alternative socket interactor impl. #526. Wyck is adding a feature request.