Hello there, I’m working on a VR Metaverse in WebVR as a little side project. Right now I’m focused on moving the avatar. Basically I want to use IK to move the legs whenever the user is inputting walking commands.
I was watching some unity videos and it seems like I need to raycast for the next step location, then assign the target to the BoneIKController to that location. However when I started messing around with the BoneIKController object, things seem really wonky and unpredictable.
What I’m looking for is: resources, advice, explanations, and examples that point me in the right direction.
The createIK function is only generating a console log, is that expected? You should provide a playground doing IK, even if it’s not working, it will be easier to help.
In case you missed it, we have some docs on IK:
Also, there’s this limitation which could be getting in your way: