DllNotFoundException: libnuitrack

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:

  1. Updating camera firmware
  2. Installing latest version of Unity (2018.2.15f1)
  3. Installing Nuitrack (under C:\nuitrack) by following the instructions here
  4. Making sure both of the environment variables (“Path” & “NUITRACK_HOME”) are defined correctly as described in WINDOWS > Step 4. on the instructions webpage above.
2 Likes