Godot 4 animation tree problems

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Macryc

Hi. Has anyone successfully imported character animations via gltf and got them to work with AnimationTree in Godot 4?
My gltf import seems to be working OK. I’m able to instance the gltf (incl. skeleton, mesh, animationplayer) and save it as a scene. The AnimationPlayer has all the anims I exported and they’re working fine. But when I create an AnimationTree and assign it to that animation player, the animation tree somehow destroys the skeleton. It’s all crooked with disjointed bones. Anyone seen this?