Hi,
I'm currently trying to attach a sword to a character's hand by code (gdscript). I'd like to have weapons on separate files.
The doc explains how to add bones to a skeleton, but how can i assign the bone to the sword's mesh ?
I tried using MeshDataTool but i don't figure how that works.
Do anyone have achieved something like this ? What would be the best way to do this ?