Which other elements does it show?
let's assume the following:
Animation 1, your sword is visible.
Animation 2, your sword is hidden
1, First you load Animation 1 and it shows the sword.
2, You then load up Animation 2 which does not show the sword.
3, Now you load up Animation 1 again but since a key was set to hide the sword in Animation 2, the sword is no longer visible.
To fix this you need to set a key on Animation 1 to show the sword or use setSlotsToSetupPose
to force it to use the slots from the setup pose.
You wrote "however it shows/hide other elements in switching between the animations.". Can you please elaborate on this?