mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
spine-tk2d
The spine-tk2d runtime provides functionality to load, manipulate and render Spine skeletal animation data using 2D Toolkit for Unity. spine-tk2d is based on spine-csharp and is very similar to spine-unity.
Setup
- Download the Spine Runtimes source using git or by downloading it as a zip.
- Copy the contents of
spine-csharp/srctospine-tk2d/Assets/Spine/spine-csharp. - Open the
spine-tk2d/Assets/examples/spineboy/spineboy.unityscene file using Unity 4.2+. - Import 2D Toolkit into the project.
Notes
- Atlas images must use premultiplied alpha.
- This slightly outdated setup tutorial video may still be useful to some.