how can i detect the movement of foot in my camera and when i move it towards object which is already created,it should add force to object according to the movement speed of foot?
Please help me out.
Thankyou
Hey, I am also wondering how to do this. I want to detect a foot kick to move a ball.
I am too searching for answers to this…Please anyone having some idea as to how to track feet in unity AR…there are already so many apps in market to try footwear using AR apps for all smartphones(not just iphones with bionic chip)…but I just can’t figure out how to achieve it.
I am looking for the same, does anyone found the answer?
Note that we provide a body tracking sample using the ARKit body tracking implementation: GitHub - Unity-Technologies/arfoundation-samples: Example content for Unity projects based on AR Foundation
ARKit body tracking requires that the full body must be in frame. If you are looking to track a foot with only the foot in the frame, you would need to find a third-party solution for this use case.
is it available on android (ARCore) ?
ARCore does not currently provide a body tracking implementation. We will update our samples if/when Google releases such a capability, but until then our body tracking sample is only available on supported platforms (iOS only at time of writing). Thanks for asking!