Exported all examples with 3.8.25-beta to include file format changes in .json and .skel files.

This commit is contained in:
badlogic 2019-06-19 16:56:47 +02:00
parent 58e2971d81
commit 5f13f1b8e6
192 changed files with 1783 additions and 17680 deletions

11
.gitignore vendored
View File

@ -85,6 +85,17 @@ Assembly-*.csproj
Assembly-*.pidb
AssetStoreTools*
examples/spine-unity/eyes/export/
examples/spine-unity/footsoldier/export/
examples/spine-unity/gauge/export/
examples/spine-unity/hero/export/
examples/spine-unity/raggedyspineboy/export/
examples/spine-unity/raptor/export/
examples/spine-unity/spineboy-pro/export/
examples/spine-unity/spineboy-unity/export/
examples/spine-unity/spineunitygirl/export/
examples/spine-unity/whirlyblendmodes/export/
spine-tk2d/Assets/spine-csharp*
!spine-tk2d/Assets/spine-csharp/Place spine-csharp src here.*
spine-tk2d/ProjectSettings

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "Q8KgLY4VbdBYvPyGuiNq2Y2RInk",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -191.3,
"y": -4.51,
"width": 365.79,

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "wvUSuckBO4KU4hUrc9le/ZCPCWQ",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -191.3,
"y": -4.51,
"width": 368.26,

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "UAXc6AgX0g45vxO38bHIVx5jbNo",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -152.5,
"y": -151,
"width": 305,

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "NNOWRquatThcn5jOLyqLMfcxT60",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -366.31,
"y": -286.62,
"width": 660.39,

View File

@ -404,6 +404,22 @@ cp -f ../tank/export/tank-pro.skel "$ROOT/spine-xna/example/data/"
cp -f ../tank/export/tank.atlas "$ROOT/spine-xna/example/data/"
cp -f ../tank/export/tank.png "$ROOT/spine-xna/example/data/"
echo "spine-ue4"
rm "$ROOT/spine-ue4/Content/GettingStarted/Assets/Raptor/raptor.json"
rm "$ROOT/spine-ue4/Content/GettingStarted/Assets/Raptor/raptor.atlas"
rm "$ROOT/spine-ue4/Content/GettingStarted/Assets/Raptor/raptor.png"
rm "$ROOT/spine-ue4/Content/GettingStarted/Assets/Spineboy/spineboy.json"
rm "$ROOT/spine-ue4/Content/GettingStarted/Assets/Spineboy/spineboy.atlas"
rm "$ROOT/spine-ue4/Content/GettingStarted/Assets/Spineboy/spineboy.png"
cp -f ../raptor/export/raptor-pro.json "$ROOT/spine-ue4/Content/GettingStarted/Assets/Raptor/raptor.json"
cp -f ../raptor/export/raptor.atlas "$ROOT/spine-ue4/Content/GettingStarted/Assets/Raptor/"
cp -f ../raptor/export/raptor.png "$ROOT/spine-ue4/Content/GettingStarted/Assets/Raptor/"
cp -f ../spineboy/export/spineboy-pro.json "$ROOT/spine-ue4/Content/GettingStarted/Assets/Spineboy/spineboy.json"
cp -f ../spineboy/export/spineboy.atlas "$ROOT/spine-ue4/Content/GettingStarted/Assets/Spineboy/"
cp -f ../spineboy/export/spineboy.png "$ROOT/spine-ue4/Content/GettingStarted/Assets/Spineboy/"
echo "spine-unity"
# Section of assets specific for the spine-unity runtime.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "FH/RmN73bEwPPZfiWwT2Fju/FHk",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -92.53,
"y": -5.3,
"width": 234.03,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "RUppHNl8+HjH0JGhZt+lyKfNXxs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -134.12,
"y": -3.28,
"width": 266.94,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "GKlLtUkXkXrplEF0opVpUHvO7E4",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -87.83,
"y": -0.03,
"width": 319.3,

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "rl2Ma/EuW9GMbuszr0DCv8xVgXM",
"spine": "3.8.20-beta",
"hash": "WmvGzHP0HvIvCzR8koXM95V8sGA",
"spine": "3.8.25-beta",
"x": -87.3,
"y": -0.03,
"width": 318.76,

Binary file not shown.

View File

@ -1,5 +1,5 @@
{
"skeleton": { "hash": "aEFMWg6upCP4mtQAbyOOG5dh1cQ", "spine": "3.8.20-beta", "images": "./images/", "audio": "E:/Dropbox/Progetti/Spine/Twitch/twitch-dudes" },
"skeleton": { "hash": "7CByZLwG/RY7Z9C4rsWpCG7wnXg", "spine": "3.8.25-beta", "images": "./images/", "audio": "E:/Dropbox/Progetti/Spine/Twitch/twitch-dudes" },
"bones": [
{ "name": "root" },
{ "name": "skeleton-control", "parent": "root", "x": -0.43, "y": 257.36, "color": "ff1111ff" },

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "+5xxYvU/cGzeUQ3j0PmfS1ije1k",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -644,
"y": -274,
"width": 1350.84,

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "Quhn+SfWH75rBRTkNhwo0eKqdj4",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -207.3,
"y": 119.41,
"width": 413.19,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "OBJqovV4PU/PMuqzgJyP5fosbAs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -208.76,
"y": 119.41,
"width": 414.65,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "Jce+yKC8eDreujxq7hDWL0nlrCY",
"spine": "3.8.20-beta",
"hash": "kCp++lHNU1ecM+Mlrmw7qAE3Vd4",
"spine": "3.8.25-beta",
"x": -809.16,
"y": -73.54,
"width": 1280.26,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "gLtfCboTLKcJPKYtT0pyDxr7Uag",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -95.43,
"y": -18.79,
"width": 196.03,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "AUQx/betarHq9lEIe4JRkbTm95k",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -221.27,
"y": -8.57,
"width": 470.72,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "b1kBuj6NCTC2nGxBfyzh8RC6Hp0",
"spine": "3.8.20-beta",
"hash": "Dfb8DuRZDdny8JuHCOzJWHYgww4",
"spine": "3.8.25-beta",
"x": -190.66,
"y": -8,
"width": 419.84,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "1qTCYNGncKp5Ol1mAdGTsq6OHaM",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -840,
"y": -766.03,
"width": 1680,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "cRehOinQTc89GJUXS41eCD2yFaU",
"spine": "3.8.20-beta",
"hash": "skwWQCAt2YYqiSvlFgNvWFDycQE",
"spine": "3.8.25-beta",
"x": -104.34,
"y": -9.21,
"width": 264.5,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "ek9mZIGKYHn0YNATXn3W/ZEarVQ",
"spine": "3.8.20-beta",
"hash": "aVjYz0Nh27E88CSvnWQe0fAmCzs",
"spine": "3.8.25-beta",
"x": -104.36,
"y": -9.22,
"width": 264.51,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "vDT4DOeNSGX0xfAEl0ypdo0hs5A",
"spine": "3.8.20-beta",
"hash": "oOfMwoQhaoM02fTRvh6lCzbCkXc",
"spine": "3.8.25-beta",
"x": -5852.65,
"y": -348.5,
"width": 7202.61,

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "a2UAVQm4FwEnGn5EwRRJYmJ8SGs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -87.7,
"y": -1.71,
"width": 227.65,

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "EDDsCFWDtfzYhN5bN1U0TwIrroQ",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -564.6,
"y": -335.4,
"width": 1124.2,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "AUQx/betarHq9lEIe4JRkbTm95k",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -221.27,
"y": -8.57,
"width": 470.72,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "UAXc6AgX0g45vxO38bHIVx5jbNo",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -152.5,
"y": -151,
"width": 305,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "RUppHNl8+HjH0JGhZt+lyKfNXxs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -134.12,
"y": -3.28,
"width": 266.94,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "Jce+yKC8eDreujxq7hDWL0nlrCY",
"spine": "3.8.20-beta",
"hash": "kCp++lHNU1ecM+Mlrmw7qAE3Vd4",
"spine": "3.8.25-beta",
"x": -809.16,
"y": -73.54,
"width": 1280.26,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "AUQx/betarHq9lEIe4JRkbTm95k",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -221.27,
"y": -8.57,
"width": 470.72,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "vDT4DOeNSGX0xfAEl0ypdo0hs5A",
"spine": "3.8.20-beta",
"hash": "oOfMwoQhaoM02fTRvh6lCzbCkXc",
"spine": "3.8.25-beta",
"x": -5852.65,
"y": -348.5,
"width": 7202.61,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "RUppHNl8+HjH0JGhZt+lyKfNXxs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -134.12,
"y": -3.28,
"width": 266.94,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "Jce+yKC8eDreujxq7hDWL0nlrCY",
"spine": "3.8.20-beta",
"hash": "kCp++lHNU1ecM+Mlrmw7qAE3Vd4",
"spine": "3.8.25-beta",
"x": -809.16,
"y": -73.54,
"width": 1280.26,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "b1kBuj6NCTC2nGxBfyzh8RC6Hp0",
"spine": "3.8.20-beta",
"hash": "Dfb8DuRZDdny8JuHCOzJWHYgww4",
"spine": "3.8.25-beta",
"x": -190.66,
"y": -8,
"width": 419.84,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "UAXc6AgX0g45vxO38bHIVx5jbNo",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -152.5,
"y": -151,
"width": 305,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "RUppHNl8+HjH0JGhZt+lyKfNXxs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -134.12,
"y": -3.28,
"width": 266.94,

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "+5xxYvU/cGzeUQ3j0PmfS1ije1k",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -644,
"y": -274,
"width": 1350.84,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "Jce+yKC8eDreujxq7hDWL0nlrCY",
"spine": "3.8.20-beta",
"hash": "kCp++lHNU1ecM+Mlrmw7qAE3Vd4",
"spine": "3.8.25-beta",
"x": -809.16,
"y": -73.54,
"width": 1280.26,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "b1kBuj6NCTC2nGxBfyzh8RC6Hp0",
"spine": "3.8.20-beta",
"hash": "Dfb8DuRZDdny8JuHCOzJWHYgww4",
"spine": "3.8.25-beta",
"x": -190.66,
"y": -8,
"width": 419.84,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "cRehOinQTc89GJUXS41eCD2yFaU",
"spine": "3.8.20-beta",
"hash": "skwWQCAt2YYqiSvlFgNvWFDycQE",
"spine": "3.8.25-beta",
"x": -104.34,
"y": -9.21,
"width": 264.5,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "ek9mZIGKYHn0YNATXn3W/ZEarVQ",
"spine": "3.8.20-beta",
"hash": "aVjYz0Nh27E88CSvnWQe0fAmCzs",
"spine": "3.8.25-beta",
"x": -104.36,
"y": -9.22,
"width": 264.51,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "vDT4DOeNSGX0xfAEl0ypdo0hs5A",
"spine": "3.8.20-beta",
"hash": "oOfMwoQhaoM02fTRvh6lCzbCkXc",
"spine": "3.8.25-beta",
"x": -5852.65,
"y": -348.5,
"width": 7202.61,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "a2UAVQm4FwEnGn5EwRRJYmJ8SGs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -87.7,
"y": -1.71,
"width": 227.65,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "UAXc6AgX0g45vxO38bHIVx5jbNo",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -152.5,
"y": -151,
"width": 305,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "FH/RmN73bEwPPZfiWwT2Fju/FHk",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -92.53,
"y": -5.3,
"width": 234.03,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "RUppHNl8+HjH0JGhZt+lyKfNXxs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -134.12,
"y": -3.28,
"width": 266.94,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "Jce+yKC8eDreujxq7hDWL0nlrCY",
"spine": "3.8.20-beta",
"hash": "kCp++lHNU1ecM+Mlrmw7qAE3Vd4",
"spine": "3.8.25-beta",
"x": -809.16,
"y": -73.54,
"width": 1280.26,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "AUQx/betarHq9lEIe4JRkbTm95k",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -221.27,
"y": -8.57,
"width": 470.72,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "b1kBuj6NCTC2nGxBfyzh8RC6Hp0",
"spine": "3.8.20-beta",
"hash": "Dfb8DuRZDdny8JuHCOzJWHYgww4",
"spine": "3.8.25-beta",
"x": -190.66,
"y": -8,
"width": 419.84,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "UAXc6AgX0g45vxO38bHIVx5jbNo",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -152.5,
"y": -151,
"width": 305,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "RUppHNl8+HjH0JGhZt+lyKfNXxs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -134.12,
"y": -3.28,
"width": 266.94,

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "Jce+yKC8eDreujxq7hDWL0nlrCY",
"spine": "3.8.20-beta",
"hash": "kCp++lHNU1ecM+Mlrmw7qAE3Vd4",
"spine": "3.8.25-beta",
"x": -809.16,
"y": -73.54,
"width": 1280.26,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "b1kBuj6NCTC2nGxBfyzh8RC6Hp0",
"spine": "3.8.20-beta",
"hash": "Dfb8DuRZDdny8JuHCOzJWHYgww4",
"spine": "3.8.25-beta",
"x": -190.66,
"y": -8,
"width": 419.84,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "cRehOinQTc89GJUXS41eCD2yFaU",
"spine": "3.8.20-beta",
"hash": "skwWQCAt2YYqiSvlFgNvWFDycQE",
"spine": "3.8.25-beta",
"x": -104.34,
"y": -9.21,
"width": 264.5,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "ek9mZIGKYHn0YNATXn3W/ZEarVQ",
"spine": "3.8.20-beta",
"hash": "aVjYz0Nh27E88CSvnWQe0fAmCzs",
"spine": "3.8.25-beta",
"x": -104.36,
"y": -9.22,
"width": 264.51,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "vDT4DOeNSGX0xfAEl0ypdo0hs5A",
"spine": "3.8.20-beta",
"hash": "oOfMwoQhaoM02fTRvh6lCzbCkXc",
"spine": "3.8.25-beta",
"x": -5852.65,
"y": -348.5,
"width": 7202.61,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "a2UAVQm4FwEnGn5EwRRJYmJ8SGs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -87.7,
"y": -1.71,
"width": 227.65,

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "UAXc6AgX0g45vxO38bHIVx5jbNo",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -152.5,
"y": -151,
"width": 305,

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "RUppHNl8+HjH0JGhZt+lyKfNXxs",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -134.12,
"y": -3.28,
"width": 266.94,

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "+5xxYvU/cGzeUQ3j0PmfS1ije1k",
"spine": "3.8.20-beta",
"spine": "3.8.25-beta",
"x": -644,
"y": -274,
"width": 1350.84,

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"skeleton": {
"hash": "Jce+yKC8eDreujxq7hDWL0nlrCY",
"spine": "3.8.20-beta",
"hash": "kCp++lHNU1ecM+Mlrmw7qAE3Vd4",
"spine": "3.8.25-beta",
"x": -809.16,
"y": -73.54,
"width": 1280.26,

Some files were not shown because too many files have changed in this diff Show More