Magic Leap 2 MRTK 2.8 test app not running

Hi all,
I am trying to run ‘Unity MRTK’ package from Hub 3 samples. Whatever I do I can’t start application on device, I see Unity splash screen and app closes immediately, I followed that document ‘Set Up MRTK for Magic Leap 2 | MagicLeap Developer Documentation
and here is my MRTK ınput settings


Hope to hear any ideas

Unity Editor version:2022.3.51f
ML2 OS version:1.12.0
Unity SDK version:2.6.0
Host OS: (Windows/MacOS):win 10

Error messages from logs Unable to register IMixedRealityInputDeviceManager data provider (Magic Leap HandTracking Input) because the value of concreteType is null.
This may be caused by code being stripped during linking. The link.xml file in the MixedRealityToolkit.Generated folder is used to control code preservation.
More information can be found at Unity - Manual: Managed code stripping.
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProviderInternal(Boolean, Type, String, SupportedPlatforms, Object)
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProvider(Type, String, SupportedPlatforms, Object)
Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystem:CreateDataProviders()
Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystem:Initialize()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action`1)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeServiceLocator()
Microsoft.MixedReality.Toolkit.Mix

Finally, after tons of trying when I disable Hand Tracking from OpenXR menu it’s fixed.

1 Like