Hi guys, does anyone here knows how to make the character run in unity using kinect?
We can control the arms and legs of the character with the kinect sensor but cannot make
it run in the floor.
thanks for the help!
Hi guys, does anyone here knows how to make the character run in unity using kinect?
We can control the arms and legs of the character with the kinect sensor but cannot make
it run in the floor.
thanks for the help!
Iām doing this. I check to see if the knee joints are above/below each other and at what rate they change relative Y position. There is a minimum amount they must be different by, so just standing around idle doesnāt trigger āmotionā. When that minimum difference is seen, itās a āstepā and if it happens in a somewhat regular time, we infer a speed forward.
Itās not that hard, but I canāt share it with you (yet anyway)
Itās okay. Thanks for sharing your ideas!
Weāll try work on a script and try to figure out how to call the animation when that particular position of a leg is met. And if it is not āthat hardā, I think itās not impossible for us to do so.
Thanks!