Before creating the project, I installed all contents(RealSense SDK, Nuitrack SDK and others) what I needed and set System Environment(PATH and Nuitrack_Home) correctly.
This is the information about my environment :
Windows 10 x64
Nuitrack v0.32.0 and Nuitrack SDK v1.17.0
Intel RealSense D435 and SDK v2.38.1
I hope you give me right ways to solve this problem
nuitrack_InitializeFromConfig_E symbol was added to Nuitrack SDK v1.8.0. It seems you need to use Nuitrack SDK v1.7.0 or upgrade Nuitrack Runtime to v0.33.0. Please refer to Compatibility of the latest Nuitrack runtime and SDK versions for more details.
Thank you for your suggestion, but I have another problem.
I refer to the hyperlink and follow steps as you suggest :
If you’re running your Unity project with the Nuitrack runtime v0.33.0 and see the following exception:
NuitrackException (TerminateException): WARNING: Cannot load library module: C:\Program Files\Nuitrack-AI\nuitrack\nuitrack/middleware/NuitrackModule.dll
ERROR: TBB version mismatch: runtime library version is 9102, but the application was compiled with the 11102 version!
replace the TBB library in your Unity editor with the library from Nuitrack:
Windows : copy the tbb.dll library from %NUITRACK_HOME%/bin to your Unity editor folder (for example, C:\Program Files\Unity\Hub\Editor\2019.4.8f1\Editor );
Linux : copy the libtbb.so.2 library from /usr/local/lib/nuitrack/ to your Unity editor folders (for example, /home/user/2019.3.3f1/Editor and /home/user/2019.3.3f1/Editor/Data/Tools );
run the Unity editor again.
I replace the TBB library in your Unity editor with the library from Nuitrack.
But When I press ‘play’ button, Unity crashes “Unity has stopped working” and then Unity closes.
I try to run Unity as Administrator, it doesn’t work.
please tell what steps did you follow: install Nuitrack v0.33.0 or use Nuitrack SDK v1.7.0 with Nuitrack v0.32.0?
Try to install Nuitrack version from scratch (uninstall all previous versions of Nuitrack, install the new one and restart your system). Also please note there is no need to set environment variables manually (this step is done automatically).