Skip to content

defold/extension-spine

Repository files navigation

Actions Status Alpha

Spine animations for Defold

Defold native extension for interacting with Spine animations.

Manual, API and setup instructions is available on the official Defold site.

Pull requests

We happily accept pull requests that solve reported issues.

Updating the Spine runtime version

Updating the Spine runtime version requires a rebuild of the runtime for all supported platforms. There is a build script to rebuild the runtime library in extension-spine/utils/runtime. The version is defined in the build_runtime_lib.sh file.

Make sure to check the change log for breaking changes!

Updating the Spine extension plugin for the editor

If the extension code for the editor has to be updated there is also a build script in `extension-spine/utils/build_plugins.sh’. Use it to build the plugin libs and jar file.