• Bugs
  • Animation Length for multiple animations

Related Discussions
...

Hi,
I'm new to Spine and have just started playing with it for some contract work. I'm going through some tutorials and looking around on the forums for as much information as I can find.

I made an animation I'm happy with for a character Idle, I than created a second animation, combat Idle, but the loop is always the same length. If I change the loop length of one it changes it on the other. Am I missing something or being they are in the same file do they have to be the same length?

Thanks
Russ

When repeat is on, the animation loops from frame 0 to the highest frame that has a key (indicated by an orange line in the dopesheet). The loop start/end feature is for specifying a different start/end for repeat. This only controls playback on the timeline though, it isn't stored per animation.

Thank you