Hi, I am recently working on an interactive project in which I am using Nuitrack to track skeletons in Unity.
I am doing tests in the Unity demo scene, ‘allModulesScene’.
I use ‘SkeletonTracker.SetNumActiveUsers’ to set the active user to 6 instead of the default two.
However, after I change it to 6, the skeleton of the third person does appear, but only two skeletons are moving.
If I want to visualize six users’ skeleton, what should I do?