I have some GameObject that have a Near Interaction Grabbable Script and a Manipulation Handler Script that works fine using the HoloLens 1 Gaze + Select Interactions (AirTap + Drag) provided by MRTK. Now, I saw that the MRTK Slate Prefab (https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/README_Slate.html) uses the same scripts that I do, but they're able to use the HoloLens 2 Hand Tracking and Near Interaction Input. I am wondering if they're a way for me to support these gestures and if so, how? I'm also wondering if I need to change the MRTK Input settings in Unity or if I'm missing something else!
In Unity, I tried to change the MRTK Input Settings to use the one they were using in their Example Scene (https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html#open-and-run-the-handinteractionexamples-scene-in-editor) because they have the HoloLens 2 Input and Interactions, but did not manage to get it to work.
To make it clearer, is how the cursor behave when I get close to the title bar that I want to grab it and here's the MRTK Script Settings.
I'd love it if I could use the same Input Systems that they're using in Unity and their Example Scene so that I could make the Hand Interaction works, since I'm theoretically using HoloLens 2 compatible scripts.