runtime version 3.8.95
This project is a module of Godot engine, used to load Spine's skeleton animation and render and play.
Applicable to Spine3.8.x version.
Added SpineSprite node for loading Spine's skeletal animation (need to provide .atlas file, picture file and .json file, atlas resource will automatically load picture), and provide methods for controlling animation playback, animation mixing, etc. At the same time, it provides corresponding signals for processing the events emitted by the skeleton animation.
Compiling godot for debug (-Od flag) will severely impact performance Compile with -O2 flag for godot engine and run linker can double fps
Clone this repository to the godot/modules/
folder as spine_runtime
, then compile the engine.
According to Spine's official statement, the use of spine-runtime is required under [Spine Runtime License] (https://github.com/EsotericSoftware/spine-runtimes/blob/3.8/LICENSE "Spine Runtime License").