itch.io is community of indie game creators and players

Devlogs

🎬 Update: Spine Animation Support

Hey everyone!
I’m super excited to announce that my plugin now fully supports Spine animations inside Construct 3 / MakeIt3D. πŸŽ‰

With this new integration you can:

  • 🦴 Play Spine animations on your 3D/2D objects directly from Construct.

  • 🎚️ Control playback speed using SetTimeScale (slow-mo or speed-up your animation).

  • πŸ›‘ Stop / clear animations easily with SetEmptyAnimation.

  • 🎬 Listen for animation events — triggers for:

    • Animation Started 🦴🎬

    • Animation Completed πŸ¦΄βœ…

    • Animation Ended 🦴🏁

    • Custom Spine Events fired 🦴πŸ”₯

This means you can now hook into start / complete / end / event callbacks from Construct’s event sheet just like any native action. Perfect for syncing sounds, VFX, or gameplay events to your Spine animation clips.

I’ve also added new conditions and triggers:

  • OnSpineAnimationStarted

  • OnSpineAnimationCompleted

  • OnSpineAnimationEnded

  • OnSpineEventFired

…and you can filter them by object ID or animation name for more control.

This is a huge step for making your Construct + MakeIt3D projects even more dynamic and polished. 🦴✨

Thanks to everyone following the project — your feedback has helped shape this update. Please give it a try and let me know what you think. πŸš€

Files

  • MakeIt3D.c3addon 994 kB
    1 day ago
  • SpineExample.c3p 636 kB
    1 day ago
Download MakeIt3D - Construct3 Plugin(V2 SDK)
Leave a comment