Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/humanizer/scripts/core/humanizer.gd
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ func get_CharacterBody3D(baked:bool):
if anim_player != null:
human.add_child(anim_player)
anim_player.active=true
anim_player.owner = human
skeleton.owner = human
anim_player.owner = human
if human_config.has_component("main_collider"):
human.add_child(get_main_collider())
if human_config.has_component("ragdoll"):
Expand Down