Attach a node to a 3d animated characters

Godot Version

4.3

Question

How can I attach a node like a hat to animated characters

If you are using skeletal animations then you can use a BoneAttachment3D node. Otherwise you could add a Node3D as a child of the part you want to follow.

I asked (I’d assume) a similar question a while back, that might help.

1 Like