I'm trying to program some movement animations cause I've been having issues with the AnimationPlayer, but no matter what I do I keep getting this error or a similar one:
Invalid access to property or key 'animation' on a base object of type 'SpineTrackEntry'.
referring to this line:
if current_entry == null or current_entry.animation.name != new_animation:
I am unable to find the solution in the documentation so I would really appreciate any help.