From d74295d3a8ad5763370738718bc91fabbf324e55 Mon Sep 17 00:00:00 2001 From: MikalDev <33675273+MikalDev@users.noreply.github.com> Date: Sat, 18 Jul 2020 17:05:14 -0700 Subject: [PATCH 1/3] Update addon/sample links to 1.5.0 release. Update addon/sample links to 1.5.0 release. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01b2234..e8268cc 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ To use this add-on you must uncheck "Project/Advanced/Use worker" option: ## Download -[Add-on](https://github.com/gritsenko/c3_spine_plugin/releases/download/v1.0.6/Spine-v1.4.6.c3addon) +[Add-on](https://github.com/gritsenko/c3_spine_plugin/releases/download/v1.5.0/Spine-v1.5.0.c3addon) -[Sample project](https://github.com/gritsenko/c3_spine_plugin/releases/download/v1.0.5/SpinePluginTest.c3p) +[Sample project](https://github.com/gritsenko/c3_spine_plugin/releases/download/v1.5.0/SpinePluginTest.c3p) ## LIVE DEMO [https://gritsenko.github.io/c3_spine_plugin/docs/LiveDemo/index.html](https://gritsenko.github.io/c3_spine_plugin/docs/LiveDemo/index.html) From 042948dcb6d5feb2cca7a9612e22266ced385c6a Mon Sep 17 00:00:00 2001 From: MikalDev <33675273+MikalDev@users.noreply.github.com> Date: Sat, 18 Jul 2020 17:22:25 -0700 Subject: [PATCH 2/3] Add more project guidelines. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8268cc..acc33c2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ - Requires Spine version 3.8+ JSON files. See Spine Formatter below to upgrade older JSON files. - In the Spine export dialogue box, under Runtime, set both 'Filter min' and 'Filter mag' to Linear. - Max texture size, limited to one sheet of 4096x4096. Multiple texture sheets not supported. +## Additional Spine project guidelines: +- For jumping or large movments, animate Spine character 'in place', don't do large translations in the Spine project. +- Use C3 events and movement to do the large translations in the C3 project instead (e.g. a long jump.) +- If animation is clipping against the bounds of the C3 object, you can use the scale property to make the Spine render smaller +- Alternatively create a large transparent image in the Spine project behind your Spine character, this will can be used to set the bounding box size fot the C3 spine render. +## Share your C3 and Spine plugin work! +- Tweet your work @kindeyegames , @pix2d and #construct3, we'd be happy to see your work! ![warn](docs/images/SpineExportSettings.png "Use Runtime Filter* as Linear") @@ -13,7 +20,7 @@ Add-on based on **Mikal's** sample from this thread: ## Warning -To use this add-on you must uncheck "Project/Advanced/Use worker" option: +To use this add-on you must uncheck "Project/Advanced/Use worker" option. If this is a big concern, leave a comment in the github issues ![warn](docs/images/warn.jpg "Uncheck use worker") From 283bced6c4b45bbc5b6fe56e676907aa736d4481 Mon Sep 17 00:00:00 2001 From: MikalDev <33675273+MikalDev@users.noreply.github.com> Date: Tue, 21 Jul 2020 09:59:46 -0700 Subject: [PATCH 3/3] Fix links to release downloads --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acc33c2..787122d 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ To use this add-on you must uncheck "Project/Advanced/Use worker" option. If thi ## Download -[Add-on](https://github.com/gritsenko/c3_spine_plugin/releases/download/v1.5.0/Spine-v1.5.0.c3addon) +[Add-on](https://github.com/gritsenko/c3_spine_plugin/releases/download/1.5.0/Spine-v1.5.0.c3addon) -[Sample project](https://github.com/gritsenko/c3_spine_plugin/releases/download/v1.5.0/SpinePluginTest.c3p) +[Sample project](https://github.com/gritsenko/c3_spine_plugin/releases/download/1.5.0/SpinePluginTest.c3p) ## LIVE DEMO [https://gritsenko.github.io/c3_spine_plugin/docs/LiveDemo/index.html](https://gritsenko.github.io/c3_spine_plugin/docs/LiveDemo/index.html)