Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Awesome!! that is what I was looking for, however, I want to report one simple fix, when we scale the parent, the length of the child nodes becomes inaccurate in OneJointIK.gd. So, in order to fix this issue, simply multiply the length of both the lower and terminus (upper length and lower length) by their absolute global_scale.x in the reach_toward method.

(1 edit)

That was the first thing I tried. I tried a lot to get global scale to apply correctly. Because you're right, that should work. But I couldn't get it to work.