spine runtime version 4.0.x
godot engine version 3.x
This project is a module of Godot engine, used to load Spine's skeleton animation and render and play.
Applicable to Spine 4.0.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-cpp is required under Spine Runtime License Agreement.
Other code except those under spine-cpp
folder is under MIT license.