- Edited
Change Animationspeed for Export
Hey
i need to export all my animations as json file for unity and got asked if i could export all animations with a timescale of 1.25 (or 125 in the preview speed)
In a 7 year old forum entry someone said there will be a setting to do so. is it there yet? or is there another workaround? (the only answer i found was to scale the keys for each animation in the timeline...
Welcome to the forum!
I'm afraid there isn't a way to do this. But you can play back your animations with a different time scale. See spine-unity Runtime Documentation: SkeletonAnimation Component for more detail on this subject.
If you want to preview the animations in Spine with a timescale of 1.25 you can do so in the Preview
view. Just set Speed
to 125
.
Otherwise you will need to scale your animations. This can be done by box selecting the overview row (top row)in the dopesheet while having nothing selected, and then dragging the edge of the box to scale it.
I hope this helps!
I will try this, thank you for your answers