Skip to content

TakashiYoshinaga/MRTK-Profiles-for-NrealLight

Repository files navigation

MRTK-Profiles-for-NrealLight

What's Included

MRTK-NrealHandTracking:
Unity project to try hand tracking and MRTK together without installation of NRSDK and MRTK by yourself.

DemoAPK:
I nstaller of demo application to trya hand tracking feature. Just install the app to try this out!

UnityPackage:
Uity package including MRTK profiles, scripts and prefabs to use hand tracking and MRTK.
Please install it into your own Uity project if you make hand tracking feature work with MRTK. (See dependency.)

Dependencies:

I have tested the combination of following SDKs in my environment but other combinations probably work as well.
These SDK must be installed before hand.

(1) NRSDK Unity SDK 1.10.0
https://developer.nreal.ai/download

(2) MRTK-Unity v2.8.2
https://github.com/microsoft/MixedRealityToolkit-Unity/releases/tag/v2.8.2
*You don't need to download & install MRTK if you start development with the Unity project of this repository.

Version of Unity

Unity 2020.3.39f1

Tutorial

https://youtu.be/-bFwu-2yyqw

Video was created by Robi-TheXRGuy

Notice!!
Please use following prefabs instead of NRealInput and NRealCameraRig.
・NRInput_MRTK
・NRCameraRig_MRTK

Trouble Shoot

If your application doesn't work on device, especialy on consumer version, please replace AndroidManifest.xml file placed in Plugin/Android folder with following xml file.
https://github.com/TakashiYoshinaga/MRTK-Profiles-for-NrealLight/releases/download/v0.0.6/AndroidManifest.xml

If hand interaction doesn't work immediately after applying this profile to your project , please reboot unity editor.

This is still in the process of development.
Your contribution and pull requests are welcome!