Hey All, had the Same problem, Unity Throwing:
DllNotFoundException: libnuitrack
when I was trying to run “NuitrackSDK > Tutorials > First Project > BasicSkeleton.unity” scene with Intel RealSense D415 on Windows 10.
Fixed by:
- Updating camera firmware
- Installing latest version of Unity (2018.2.15f1)
- Installing Nuitrack (under C:\nuitrack) by following the instructions here
- Making sure both of the environment variables (“Path” & “NUITRACK_HOME”) are defined correctly as described in WINDOWS > Step 4. on the instructions webpage above.