Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Just wanted to say, thanks a ton for this extension! Works like a charm, and it's nice that it is up to date :)
I'm a bit of a beginner, but I'm not sure how to simply switch animations (from like idle to running) while holding a button. It seems that the animation slows down and stops while I hold the button (and goes back to regular speed once I release). Not sure why that is

Basically, it should work if you use the same track number and call a different motion only once.

The intermediate animation until the motion is changed is then also reproduced.

https://ugken.com/ext/Spine/change_motion.zip

The reason for the animation being slow (or the behaviour being different to that intended)

If multiple motions are ordered, this may be due to a large number of intermediate motions being generated.

(+1)

Awesome! Thank you so much, exactly what I was looking for :D