- Home /
Inverse Kinematics stopped working on character
Hey all,
So, I have looked many places, have done much research, and followed many tutorials, but I can't seem to figure out why IKs aren't working on my character.
I followed SharpAccents wonderful BotW tutorial and had everything working great - until I implemented the climb controller with the character controller. Then, the IK's stopped working almost completely. My character controller was based off of his Souls-like videos, but was built off of it pretty early on, so it definitely isn't the controller he made in the BotW climb videos. Anyway, I couldn't figure out why it wasn't working, so I moved on.
Now I am trying foot IKs. Again, the model is showing no signs of having IKs. The code hits every area and works, and the raycasts are hitting, but the model I have just doesn't do anything.
Here is a link to a reddit post I made (it has the code I used and examples): Post
Also, when the IK Pass is on (as it should be) the IKs kinda work, but nowhere near where they were before implementing the character controller and climb controller together. To note: I didn't touch the climb IKs at all since it was working.
Any help would be incredibly appreciated, since I don't have a lot of time to be stuck on this (I am making a game solo for my capstone project).
Thanks!