From 176cc05fc68cc6b7ab7ceb52755d0d929b90c996 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Sat, 26 Jul 2014 01:00:29 +0200 Subject: [PATCH] Docs. --- .../Assets/spine-unity/SpineUnity_Readme.pdf.meta | 4 ---- spine-unity/README.md | 8 +++++++- .../SpineUnity_Readme.pdf => README.pdf} | Bin 3 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 spine-unity/Assets/spine-unity/SpineUnity_Readme.pdf.meta rename spine-unity/{Assets/spine-unity/SpineUnity_Readme.pdf => README.pdf} (100%) diff --git a/spine-unity/Assets/spine-unity/SpineUnity_Readme.pdf.meta b/spine-unity/Assets/spine-unity/SpineUnity_Readme.pdf.meta deleted file mode 100644 index b667723a2..000000000 --- a/spine-unity/Assets/spine-unity/SpineUnity_Readme.pdf.meta +++ /dev/null @@ -1,4 +0,0 @@ -fileFormatVersion: 2 -guid: 46fcc9a83c504b54ea65c12fc11d52ab -DefaultImporter: - userData: diff --git a/spine-unity/README.md b/spine-unity/README.md index e74d02407..0e2bcd495 100644 --- a/spine-unity/README.md +++ b/spine-unity/README.md @@ -19,7 +19,13 @@ To use spine-unity in your own Unity project: ### Setup video -[![](http://i.imgur.com/cPxKK3S.png)](https://www.youtube.com/watch?v=-V84OIvZdQc) +The [setup video](https://www.youtube.com/watch?v=-V84OIvZdQc) shows how to manually set up a skeleton, which may be useful for understanding how the pieces fit together. To set up a skeleton automatically: + +1. Move the JSON, atlas and PNG files into your Unity project directory. +1. Right click the JSON file and click Spine, Ingest. This will create the Unity assets. +1. Right click the SkeletonData asset that was created and click Spine, Spawn. + +The [readme PDF](https://raw.githubusercontent.com/EsotericSoftware/spine-runtimes/master/spine-unity/README.pdf) illustrates these steps. ## Examples diff --git a/spine-unity/Assets/spine-unity/SpineUnity_Readme.pdf b/spine-unity/README.pdf similarity index 100% rename from spine-unity/Assets/spine-unity/SpineUnity_Readme.pdf rename to spine-unity/README.pdf