Hello, I’ve been tinkering with & learning about skeletons and made this minimal playground to create and animate a skeleton programmaticlly.
A simple mesh is created by merging 3 boxes, each of the 3 parts is hooked up to a different bone, and then the 3 parts of the mesh are animating by animating their bones.
Hopefully it will be a good starting point for doing this programmaticlly… Cheers!