2013-08-15 12:16:54 +02:00

20 lines
623 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.
**Setup tutorial video:**
[![Setup tutorial video](http://i.imgur.com/2AyZq01.png)](http://www.youtube.com/watch?v=x1umSQulghA)
# 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.
# Notes
- Atlas images should use premultiplied alpha.