mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
21 lines
621 B
Markdown
21 lines
621 B
Markdown
The Spine runtime for Unity with 2D Toolkit comes with an example project which has "spineboy" walking. When clicked, he jumps and the transition to/from walking/jumping is blended smoothly.
|
|
|
|
# Requirements
|
|
|
|
1. Unity 4.2+
|
|
1. Latest 2D Toolkit
|
|
|
|
# Instructions
|
|
|
|
1. Copy `spine-csharp/src` to `spine-unity-tk2d/Assets/Spine/spine-csharp`.
|
|
1. Open the `Assets/examples/spineboy/spineboy.unity` scene.
|
|
1. Import 2D Toolkit into your project.
|
|
|
|
# Setup Tutorial Video
|
|
|
|
[](http://www.youtube.com/watch?v=dnQbS9ap-i8)
|
|
|
|
# Notes
|
|
|
|
- Atlas images should use premultiplied alpha.
|