MRTK 3 Integration Help

Hi, I’m wondering if anyone could help me with NRSDK 2.2.0 & MRTK3 Integration. Both the NRSDK page (MRTK3 Integration | v2.2.0 | NRSDK) and the github repo don’t explain much. Is there a way to integrate MRTK3 into an existing project with just NRSDK.

It might be quite challenging to integrate MRTK3 into an existing project with NRSDK. The reason is that in MRTK, interactors and interactables are designed to work as pairs. If your current project (assuming it uses hand tracking) already utilizes NRSDK’s interactors and interactables, which also require pairing, modifying them to integrate with MRTK3 would be very complex.

I would suggest that you directly clone the project mentioned in the documentation and then implement your application logic on top of that. This approach should save you a lot of time and effort.