Can assign Socket to 3D Character player?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By linuxfree
:warning: Old Version Published before Godot 3 was released.

I wish assign gun in hand of 3D player.Its possible with Godot?

thank you

:bust_in_silhouette: Reply From: volzhs

If you import 3d character with bone animation, you can see Skeleton node.
You can attach BoneAttachment node under Skeleton node.
And select proper bone in BoneAttachment inspector and add a gun in BoneAttachment node.

Can you tell a example please?

I find my skeleton character player and bones there but i need assign bone gun with bone hand of player with script?

or have option in painel

thank you

linuxfree | 2016-09-12 18:25

Need to add BoneAttachment first.

volzhs | 2016-09-12 19:04

and How i can add BoneAttachement?

Need create new bone first? with script?

linuxfree | 2016-09-12 23:26

added a screenshot to answer

volzhs | 2016-09-13 04:26