• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

GameMaker How to implement Spine Inverse Kinematics

GapingPixel

Member



So I want to implement a Spine animation with this behavior, but I can't find a function for IK. The only thing that seems close to it is the function "skeleton_bone_state_set" which lets you set the angle of a bone, but that would only work for a bone.

This is a very essential animation feature to have, I would be surprise if GMS doesnt support IK.
 

Roldy

Member
Here are a couple threads. Looks like IK setup inside Spine is handled in GM, but there are no GM features to create/setup IK. Look at the market place for extensions if you are trying not to setup IK in Spine:



 
Top