Assets\Scripts\GameController.cs(65,38): error CS0103: The name 'CurrentUserTracker' does not exist in the current context

getting this can someone help me where is there problem ?
this is my simple code :
nuitrack.Skeleton skeleton = CurrentUserTracker.CurrentSkeleton;

Hello @aqshah2084

You can study how getting a skeleton is implemented in our tutorials
https://github.com/3DiVi/nuitrack-sdk/blob/master/doc/Unity_Basic.md

List of all tutorials
https://github.com/3DiVi/nuitrack-sdk/blob/master/doc

Thanks @Stepan.Reuk I fixed that issue

1 Like