Hi! Is there an official readme or tutorial on the new ARKit 3 Human Body elements supported by ARFoundation?
been able to get the ScreenSpaceJointVisualizer to show shaky line renderings of the human body pose - but not able to actually view the sample prefab skeleton in HumanBodyTracking3D …
+1
+!
+1
I hate to just +1 this, but … +1
Seems that the HumanBodyTracker is getting enabled, but OnHumanBodiesChanged is never getting called.
Seems that the fix is simply to remove the ARKit/Foundation package that’s included with the samples and install the latest version; 2.2.0 preview.3
And adjust the JointIndices enum in BoneController.cs to match what’s displayed in the Xcode console when you run the app.
The robot still jitters around quite a bit, but at least it works. Yay!
yes, it’s working now!!