Godot Version
4.4
Question
Made 2 animations for an object in blender. Pushed them down on NLA tracks with saved Fake Users, but when I export the file to Godot as .glb file, the AnimationPlayer won't play the animations. It see's that there are the 2 animations, and even displays the keyframes for rotation, but when i press play in the editor, nothing happens. Very confused by this.
What are your animation export settings? Make sure youâre exporting nla tracks and not actions.
I make sure to include Visible Objects, and then Iâve tried exporting with all actions, and then also with only NLA tracks like you said, and thereâs no difference.
Can you show your export options and your nla editor?
Also whatâs that warning?
Tried to make the NLA visible with all the export settings visible as well, sorry if this screenshot is confusing. The waring just says âWarning: Editing Imported Animationâ
Animation mode in export options always needs to be ânla tracksâ.
I tried that as well and it didnât really work? For some reason it only exported 1 of the 2 animations, and it split that 1 animation into 2 separate ones with only 1 door opening at a time, even though both doors are paired to the 1 armature.
Check that each nla track is doing what you expect it to do.
it does, yes. Each Pushed Down animation is playing properly in blender.
Can you post the blender file?
How do I post the blend file on here? Sorry, iâm new to Godot 
You should be able to attach a zip file to a post. If not upload to some file sharing service and link
1 Like
The zip file appears to be empty.
Bone animations import properly. The problem is that you bind doors to bones via constraints. Afaik, that wonât export. Instead, parent doors directly to bones.
1 Like
Thank you, this worked!! Now I just have to fix my animation because it reacted strange to the reparenting, but this gets the animation in game!!! 
1 Like