Просмотр исходного кода

Example scenes: Updated Hero example character project. Merged spine-unity/Hero and ./Hero to a single new Hero project by Soren. The new project provides separate skins for morning star and sword. Updated other spine-unity example project versions.

Harald Csaszar 5 лет назад
Родитель
Сommit
1aaf1446ac
46 измененных файлов с 331 добавлено и 158 удалено
  1. 0 5
      examples/export/export.sh
  2. 3 3
      examples/export/runtimes.sh
  3. 29 29
      examples/hero/export/hero-ess.json
  4. BIN
      examples/hero/export/hero-ess.skel
  5. 55 27
      examples/hero/export/hero-pma.atlas
  6. BIN
      examples/hero/export/hero-pma.png
  7. 77 30
      examples/hero/export/hero-pro.json
  8. BIN
      examples/hero/export/hero-pro.skel
  9. 55 27
      examples/hero/export/hero.atlas
  10. BIN
      examples/hero/export/hero.png
  11. BIN
      examples/hero/hero-pro.spine
  12. BIN
      examples/hero/images/body.png
  13. BIN
      examples/hero/images/cape.png
  14. BIN
      examples/hero/images/chain-ball.png
  15. BIN
      examples/hero/images/chain-flat.png
  16. BIN
      examples/hero/images/chain-round.png
  17. BIN
      examples/hero/images/fingers.png
  18. BIN
      examples/hero/images/foot1.png
  19. BIN
      examples/hero/images/foot2.png
  20. BIN
      examples/hero/images/forearm1.png
  21. BIN
      examples/hero/images/forearm2.png
  22. BIN
      examples/hero/images/hand1.png
  23. BIN
      examples/hero/images/hand2.png
  24. BIN
      examples/hero/images/handle.png
  25. BIN
      examples/hero/images/head.png
  26. BIN
      examples/hero/images/mantles.png
  27. BIN
      examples/hero/images/mouth.png
  28. BIN
      examples/hero/images/shin1.png
  29. BIN
      examples/hero/images/shin2.png
  30. BIN
      examples/hero/images/sword.png
  31. BIN
      examples/hero/images/thigh1.png
  32. BIN
      examples/hero/images/thigh2.png
  33. BIN
      examples/hero/images/upper-arm1.png
  34. BIN
      examples/hero/images/upper-arm2.png
  35. BIN
      examples/spine-unity/eyes/eyes.spine
  36. BIN
      examples/spine-unity/footsoldier/footsoldier.spine
  37. BIN
      examples/spine-unity/gauge/gauge.spine
  38. BIN
      examples/spine-unity/raggedyspineboy/raggedyspineboy.spine
  39. BIN
      examples/spine-unity/raptor/raptor.spine
  40. BIN
      examples/spine-unity/spineboy-pro/spineboy-pro.spine
  41. BIN
      examples/spine-unity/spineboy-unity/spineboy-unity.spine
  42. BIN
      examples/spine-unity/spineunitygirl/doi.spine
  43. BIN
      examples/spine-unity/whirlyblendmodes/whirlyblendmodes.spine
  44. 55 27
      spine-unity/Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.atlas.txt
  45. 57 10
      spine-unity/Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.json
  46. BIN
      spine-unity/Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.png

+ 0 - 5
examples/export/export.sh

@@ -159,11 +159,6 @@ if [ -d "$UNITY_BASE_DIR" ]; then
     -i $UNITY_BASE_DIR/gauge/images -o $UNITY_BASE_DIR/gauge/export -n gauge -p atlas-1.0.json \
     -i $UNITY_BASE_DIR/gauge/images -o $UNITY_BASE_DIR/gauge/export -n gauge -p atlas-1.0.json \
     -i $UNITY_BASE_DIR/gauge/images -o $UNITY_BASE_DIR/gauge/export -n gauge-pma -p atlas-1.0-pma.json \
     -i $UNITY_BASE_DIR/gauge/images -o $UNITY_BASE_DIR/gauge/export -n gauge-pma -p atlas-1.0-pma.json \
     \
     \
-    -i $UNITY_BASE_DIR/hero/hero-pro.spine -o $UNITY_BASE_DIR/hero/export -e json.json \
-    -i $UNITY_BASE_DIR/hero/hero-pro.spine -o $UNITY_BASE_DIR/hero/export -e binary.json \
-    -i $UNITY_BASE_DIR/hero/images -o $UNITY_BASE_DIR/hero/export -n hero -p atlas-1.0.json \
-    -i $UNITY_BASE_DIR/hero/images -o $UNITY_BASE_DIR/hero/export -n hero-pma -p atlas-1.0-pma.json \
-    \
     -i $UNITY_BASE_DIR/raggedyspineboy/raggedyspineboy.spine -o $UNITY_BASE_DIR/raggedyspineboy/export -e json.json \
     -i $UNITY_BASE_DIR/raggedyspineboy/raggedyspineboy.spine -o $UNITY_BASE_DIR/raggedyspineboy/export -e json.json \
     -i $UNITY_BASE_DIR/raggedyspineboy/raggedyspineboy.spine -o $UNITY_BASE_DIR/raggedyspineboy/export -e binary.json \
     -i $UNITY_BASE_DIR/raggedyspineboy/raggedyspineboy.spine -o $UNITY_BASE_DIR/raggedyspineboy/export -e binary.json \
     -i $UNITY_BASE_DIR/raggedyspineboy/images -o $UNITY_BASE_DIR/raggedyspineboy/export -n raggedyspineboy -p atlas-1.0.json \
     -i $UNITY_BASE_DIR/raggedyspineboy/images -o $UNITY_BASE_DIR/raggedyspineboy/export -n raggedyspineboy -p atlas-1.0.json \

+ 3 - 3
examples/export/runtimes.sh

@@ -425,10 +425,10 @@ sed -i 's/goblins-pma.png/goblins.png/g' "$UNITY_TARGET_DIR/goblins.atlas.txt"
 cp -f ../goblins/export/goblins-pma.png "$UNITY_TARGET_DIR/goblins.png"
 cp -f ../goblins/export/goblins-pma.png "$UNITY_TARGET_DIR/goblins.png"
 
 
 UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine Examples/Spine Skeletons/Hero"
 UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine Examples/Spine Skeletons/Hero"
-cp -f ../spine-unity/hero/export/hero-pro.json "$UNITY_TARGET_DIR/"
-cp -f ../spine-unity/hero/export/hero-pma.atlas "$UNITY_TARGET_DIR/hero-pro.atlas.txt"
+cp -f ../hero/export/hero-pro.json "$UNITY_TARGET_DIR/"
+cp -f ../hero/export/hero-pma.atlas "$UNITY_TARGET_DIR/hero-pro.atlas.txt"
 sed -i 's/hero-pma.png/hero-pro.png/g' "$UNITY_TARGET_DIR/hero-pro.atlas.txt"
 sed -i 's/hero-pma.png/hero-pro.png/g' "$UNITY_TARGET_DIR/hero-pro.atlas.txt"
-cp -f ../spine-unity/hero/export/hero-pma.png "$UNITY_TARGET_DIR/hero-pro.png"
+cp -f ../hero/export/hero-pma.png "$UNITY_TARGET_DIR/hero-pro.png"
 
 
 UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine Examples/Spine Skeletons/Raptor"
 UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine Examples/Spine Skeletons/Raptor"
 cp -f ../raptor/export/raptor-pro.json "$UNITY_TARGET_DIR/raptor.json"
 cp -f ../raptor/export/raptor-pro.json "$UNITY_TARGET_DIR/raptor.json"

+ 29 - 29
examples/hero/export/hero-ess.json

@@ -1,7 +1,7 @@
 {
 {
 "skeleton": {
 "skeleton": {
 	"hash": "GKlLtUkXkXrplEF0opVpUHvO7E4",
 	"hash": "GKlLtUkXkXrplEF0opVpUHvO7E4",
-	"spine": "3.8.55",
+	"spine": "3.8.76",
 	"x": -87.83,
 	"x": -87.83,
 	"y": -0.03,
 	"y": -0.03,
 	"width": 319.3,
 	"width": 319.3,
@@ -71,8 +71,14 @@
 	{
 	{
 		"name": "default",
 		"name": "default",
 		"attachments": {
 		"attachments": {
-			"thigh2": {
-				"thigh2": { "x": 15.71, "y": -4.62, "rotation": 85.46, "width": 57, "height": 64 }
+			"body": {
+				"body": { "x": 33.82, "y": 2.6, "rotation": -92.7, "width": 97, "height": 95 }
+			},
+			"eyes": {
+				"eyes": { "x": 6.48, "y": 50.75, "rotation": 0.12, "width": 82, "height": 31 }
+			},
+			"fingers": {
+				"fingers": { "x": 16.22, "y": 1.37, "rotation": 82.36, "width": 31, "height": 33 }
 			},
 			},
 			"foot1": {
 			"foot1": {
 				"foot1": { "x": 12.55, "y": 0.12, "rotation": 90.96, "width": 50, "height": 42 }
 				"foot1": { "x": 12.55, "y": 0.12, "rotation": 90.96, "width": 50, "height": 42 }
@@ -80,53 +86,47 @@
 			"foot2": {
 			"foot2": {
 				"foot2": { "x": 8.83, "y": 2.92, "rotation": 90.42, "width": 53, "height": 38 }
 				"foot2": { "x": 8.83, "y": 2.92, "rotation": 90.42, "width": 53, "height": 38 }
 			},
 			},
-			"mouth": {
-				"mouth": { "x": 12.07, "y": 10.76, "rotation": 0.12, "width": 61, "height": 13 }
-			},
 			"forearm1": {
 			"forearm1": {
 				"forearm1": { "x": 11.88, "y": -5.04, "rotation": 106.62, "width": 41, "height": 49 }
 				"forearm1": { "x": 11.88, "y": -5.04, "rotation": 106.62, "width": 41, "height": 49 }
 			},
 			},
 			"forearm2": {
 			"forearm2": {
 				"forearm2": { "x": 13.09, "y": -0.64, "rotation": 83.72, "width": 31, "height": 32 }
 				"forearm2": { "x": 13.09, "y": -0.64, "rotation": 83.72, "width": 31, "height": 32 }
 			},
 			},
-			"upperarm1": {
-				"upper-arm1": { "x": 6.6, "y": 0.06, "rotation": 137.18, "width": 50, "height": 56 }
-			},
 			"hand1": {
 			"hand1": {
 				"hand1": { "x": 11.93, "y": -0.7, "rotation": 90.37, "width": 37, "height": 48 }
 				"hand1": { "x": 11.93, "y": -0.7, "rotation": 90.37, "width": 37, "height": 48 }
 			},
 			},
-			"thigh1": {
-				"thigh1": { "x": 11.99, "y": -1.02, "rotation": 107.07, "width": 60, "height": 63 }
-			},
-			"weapon": {
-				"sword": { "x": 71.39, "y": 0.2, "rotation": 0.2, "width": 216, "height": 69 }
-			},
-			"shin2": {
-				"shin2": { "x": 2.25, "y": -2.94, "rotation": 87.72, "width": 51, "height": 54 }
-			},
-			"head": {
-				"head": { "x": 7.8, "y": 71.88, "rotation": 0.12, "width": 172, "height": 173 }
-			},
-			"body": {
-				"body": { "x": 33.82, "y": 2.6, "rotation": -92.7, "width": 97, "height": 95 }
-			},
 			"hand2": {
 			"hand2": {
 				"hand2": { "x": 14.24, "y": 1.64, "rotation": 82.36, "width": 31, "height": 37 }
 				"hand2": { "x": 14.24, "y": 1.64, "rotation": 82.36, "width": 31, "height": 37 }
 			},
 			},
-			"eyes": {
-				"eyes": { "x": 6.48, "y": 50.75, "rotation": 0.12, "width": 82, "height": 31 }
-			},
-			"fingers": {
-				"fingers": { "x": 16.22, "y": 1.37, "rotation": 82.36, "width": 31, "height": 33 }
+			"head": {
+				"head": { "x": 7.8, "y": 71.88, "rotation": 0.12, "width": 172, "height": 173 }
 			},
 			},
 			"mantles": {
 			"mantles": {
 				"mantles": { "x": 15.58, "y": 11.76, "rotation": -90.45, "width": 136, "height": 55 }
 				"mantles": { "x": 15.58, "y": 11.76, "rotation": -90.45, "width": 136, "height": 55 }
 			},
 			},
+			"mouth": {
+				"mouth": { "x": 12.07, "y": 10.76, "rotation": 0.12, "width": 61, "height": 13 }
+			},
 			"shin1": {
 			"shin1": {
 				"shin1": { "x": 8.96, "y": 0.67, "rotation": 96.81, "width": 53, "height": 57 }
 				"shin1": { "x": 8.96, "y": 0.67, "rotation": 96.81, "width": 53, "height": 57 }
 			},
 			},
+			"shin2": {
+				"shin2": { "x": 2.25, "y": -2.94, "rotation": 87.72, "width": 51, "height": 54 }
+			},
+			"thigh1": {
+				"thigh1": { "x": 11.99, "y": -1.02, "rotation": 107.07, "width": 60, "height": 63 }
+			},
+			"thigh2": {
+				"thigh2": { "x": 15.71, "y": -4.62, "rotation": 85.46, "width": 57, "height": 64 }
+			},
+			"upperarm1": {
+				"upper-arm1": { "x": 6.6, "y": 0.06, "rotation": 137.18, "width": 50, "height": 56 }
+			},
 			"upperarm2": {
 			"upperarm2": {
 				"upper-arm2": { "x": 13.33, "y": -2.22, "rotation": 90.45, "width": 39, "height": 59 }
 				"upper-arm2": { "x": 13.33, "y": -2.22, "rotation": 90.45, "width": 39, "height": 59 }
+			},
+			"weapon": {
+				"sword": { "x": 71.39, "y": 0.2, "rotation": 0.2, "width": 216, "height": 69 }
 			}
 			}
 		}
 		}
 	}
 	}

BIN
examples/hero/export/hero-ess.skel


+ 55 - 27
examples/hero/export/hero-pma.atlas

@@ -5,141 +5,169 @@ format: RGBA8888
 filter: Linear,Linear
 filter: Linear,Linear
 repeat: none
 repeat: none
 body
 body
-  rotate: false
-  xy: 324, 81
+  rotate: true
+  xy: 452, 157
   size: 97, 95
   size: 97, 95
   orig: 97, 95
   orig: 97, 95
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 cape
 cape
   rotate: false
   rotate: false
-  xy: 176, 88
+  xy: 247, 95
   size: 146, 159
   size: 146, 159
   orig: 146, 159
   orig: 146, 159
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
+chain-ball
+  rotate: false
+  xy: 241, 11
+  size: 64, 68
+  orig: 64, 68
+  offset: 0, 0
+  index: -1
+chain-flat
+  rotate: false
+  xy: 241, 4
+  size: 16, 5
+  orig: 16, 5
+  offset: 0, 0
+  index: -1
+chain-round
+  rotate: true
+  xy: 307, 10
+  size: 17, 14
+  orig: 17, 14
+  offset: 0, 0
+  index: -1
 eyes
 eyes
   rotate: false
   rotate: false
-  xy: 604, 216
+  xy: 68, 5
   size: 82, 31
   size: 82, 31
   orig: 82, 31
   orig: 82, 31
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 fingers
 fingers
-  rotate: true
-  xy: 643, 183
+  rotate: false
+  xy: 2, 3
   size: 31, 33
   size: 31, 33
   orig: 31, 33
   orig: 31, 33
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 foot1
 foot1
   rotate: false
   rotate: false
-  xy: 863, 205
+  xy: 483, 2
   size: 50, 42
   size: 50, 42
   orig: 50, 42
   orig: 50, 42
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 foot2
 foot2
   rotate: false
   rotate: false
-  xy: 915, 209
+  xy: 185, 41
   size: 53, 38
   size: 53, 38
   orig: 53, 38
   orig: 53, 38
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 forearm1
 forearm1
   rotate: true
   rotate: true
-  xy: 970, 206
+  xy: 73, 38
   size: 41, 49
   size: 41, 49
   orig: 41, 49
   orig: 41, 49
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 forearm2
 forearm2
-  rotate: true
-  xy: 423, 79
+  rotate: false
+  xy: 35, 4
   size: 31, 32
   size: 31, 32
   orig: 31, 32
   orig: 31, 32
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 hand1
 hand1
-  rotate: false
-  xy: 140, 24
+  rotate: true
+  xy: 191, 2
   size: 37, 48
   size: 37, 48
   orig: 37, 48
   orig: 37, 48
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 hand2
 hand2
   rotate: true
   rotate: true
-  xy: 604, 183
+  xy: 152, 7
   size: 31, 37
   size: 31, 37
   orig: 31, 37
   orig: 31, 37
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
+handle
+  rotate: false
+  xy: 323, 13
+  size: 134, 14
+  orig: 134, 14
+  offset: 0, 0
+  index: -1
 head
 head
   rotate: false
   rotate: false
-  xy: 2, 74
+  xy: 73, 81
   size: 172, 173
   size: 172, 173
   orig: 172, 173
   orig: 172, 173
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 mantles
 mantles
-  rotate: false
-  xy: 2, 17
+  rotate: true
+  xy: 395, 118
   size: 136, 55
   size: 136, 55
   orig: 136, 55
   orig: 136, 55
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 mouth
 mouth
   rotate: false
   rotate: false
-  xy: 2, 2
+  xy: 395, 103
   size: 61, 13
   size: 61, 13
   orig: 61, 13
   orig: 61, 13
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 shin1
 shin1
   rotate: false
   rotate: false
-  xy: 482, 119
+  xy: 428, 44
   size: 53, 57
   size: 53, 57
   orig: 53, 57
   orig: 53, 57
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 shin2
 shin2
   rotate: true
   rotate: true
-  xy: 807, 196
+  xy: 458, 104
   size: 51, 54
   size: 51, 54
   orig: 51, 54
   orig: 51, 54
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 sword
 sword
-  rotate: false
-  xy: 324, 178
+  rotate: true
+  xy: 2, 38
   size: 216, 69
   size: 216, 69
   orig: 216, 69
   orig: 216, 69
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 thigh1
 thigh1
   rotate: false
   rotate: false
-  xy: 542, 184
+  xy: 366, 30
   size: 60, 63
   size: 60, 63
   orig: 60, 63
   orig: 60, 63
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 thigh2
 thigh2
   rotate: false
   rotate: false
-  xy: 423, 112
+  xy: 307, 29
   size: 57, 64
   size: 57, 64
   orig: 57, 64
   orig: 57, 64
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 upper-arm1
 upper-arm1
-  rotate: true
-  xy: 749, 197
+  rotate: false
+  xy: 483, 46
   size: 50, 56
   size: 50, 56
   orig: 50, 56
   orig: 50, 56
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 upper-arm2
 upper-arm2
   rotate: true
   rotate: true
-  xy: 688, 208
+  xy: 124, 40
   size: 39, 59
   size: 39, 59
   orig: 39, 59
   orig: 39, 59
   offset: 0, 0
   offset: 0, 0

BIN
examples/hero/export/hero-pma.png


Разница между файлами не показана из-за своего большого размера
+ 77 - 30
examples/hero/export/hero-pro.json


BIN
examples/hero/export/hero-pro.skel


+ 55 - 27
examples/hero/export/hero.atlas

@@ -5,141 +5,169 @@ format: RGBA8888
 filter: Linear,Linear
 filter: Linear,Linear
 repeat: none
 repeat: none
 body
 body
-  rotate: false
-  xy: 324, 81
+  rotate: true
+  xy: 452, 157
   size: 97, 95
   size: 97, 95
   orig: 97, 95
   orig: 97, 95
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 cape
 cape
   rotate: false
   rotate: false
-  xy: 176, 88
+  xy: 247, 95
   size: 146, 159
   size: 146, 159
   orig: 146, 159
   orig: 146, 159
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
+chain-ball
+  rotate: false
+  xy: 241, 11
+  size: 64, 68
+  orig: 64, 68
+  offset: 0, 0
+  index: -1
+chain-flat
+  rotate: false
+  xy: 241, 4
+  size: 16, 5
+  orig: 16, 5
+  offset: 0, 0
+  index: -1
+chain-round
+  rotate: true
+  xy: 307, 10
+  size: 17, 14
+  orig: 17, 14
+  offset: 0, 0
+  index: -1
 eyes
 eyes
   rotate: false
   rotate: false
-  xy: 604, 216
+  xy: 68, 5
   size: 82, 31
   size: 82, 31
   orig: 82, 31
   orig: 82, 31
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 fingers
 fingers
-  rotate: true
-  xy: 643, 183
+  rotate: false
+  xy: 2, 3
   size: 31, 33
   size: 31, 33
   orig: 31, 33
   orig: 31, 33
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 foot1
 foot1
   rotate: false
   rotate: false
-  xy: 863, 205
+  xy: 483, 2
   size: 50, 42
   size: 50, 42
   orig: 50, 42
   orig: 50, 42
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 foot2
 foot2
   rotate: false
   rotate: false
-  xy: 915, 209
+  xy: 185, 41
   size: 53, 38
   size: 53, 38
   orig: 53, 38
   orig: 53, 38
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 forearm1
 forearm1
   rotate: true
   rotate: true
-  xy: 970, 206
+  xy: 73, 38
   size: 41, 49
   size: 41, 49
   orig: 41, 49
   orig: 41, 49
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 forearm2
 forearm2
-  rotate: true
-  xy: 423, 79
+  rotate: false
+  xy: 35, 4
   size: 31, 32
   size: 31, 32
   orig: 31, 32
   orig: 31, 32
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 hand1
 hand1
-  rotate: false
-  xy: 140, 24
+  rotate: true
+  xy: 191, 2
   size: 37, 48
   size: 37, 48
   orig: 37, 48
   orig: 37, 48
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 hand2
 hand2
   rotate: true
   rotate: true
-  xy: 604, 183
+  xy: 152, 7
   size: 31, 37
   size: 31, 37
   orig: 31, 37
   orig: 31, 37
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
+handle
+  rotate: false
+  xy: 323, 13
+  size: 134, 14
+  orig: 134, 14
+  offset: 0, 0
+  index: -1
 head
 head
   rotate: false
   rotate: false
-  xy: 2, 74
+  xy: 73, 81
   size: 172, 173
   size: 172, 173
   orig: 172, 173
   orig: 172, 173
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 mantles
 mantles
-  rotate: false
-  xy: 2, 17
+  rotate: true
+  xy: 395, 118
   size: 136, 55
   size: 136, 55
   orig: 136, 55
   orig: 136, 55
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 mouth
 mouth
   rotate: false
   rotate: false
-  xy: 2, 2
+  xy: 395, 103
   size: 61, 13
   size: 61, 13
   orig: 61, 13
   orig: 61, 13
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 shin1
 shin1
   rotate: false
   rotate: false
-  xy: 482, 119
+  xy: 428, 44
   size: 53, 57
   size: 53, 57
   orig: 53, 57
   orig: 53, 57
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 shin2
 shin2
   rotate: true
   rotate: true
-  xy: 807, 196
+  xy: 458, 104
   size: 51, 54
   size: 51, 54
   orig: 51, 54
   orig: 51, 54
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 sword
 sword
-  rotate: false
-  xy: 324, 178
+  rotate: true
+  xy: 2, 38
   size: 216, 69
   size: 216, 69
   orig: 216, 69
   orig: 216, 69
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 thigh1
 thigh1
   rotate: false
   rotate: false
-  xy: 542, 184
+  xy: 366, 30
   size: 60, 63
   size: 60, 63
   orig: 60, 63
   orig: 60, 63
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 thigh2
 thigh2
   rotate: false
   rotate: false
-  xy: 423, 112
+  xy: 307, 29
   size: 57, 64
   size: 57, 64
   orig: 57, 64
   orig: 57, 64
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 upper-arm1
 upper-arm1
-  rotate: true
-  xy: 749, 197
+  rotate: false
+  xy: 483, 46
   size: 50, 56
   size: 50, 56
   orig: 50, 56
   orig: 50, 56
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 upper-arm2
 upper-arm2
   rotate: true
   rotate: true
-  xy: 688, 208
+  xy: 124, 40
   size: 39, 59
   size: 39, 59
   orig: 39, 59
   orig: 39, 59
   offset: 0, 0
   offset: 0, 0

BIN
examples/hero/export/hero.png


BIN
examples/hero/hero-pro.spine


BIN
examples/hero/images/body.png


BIN
examples/hero/images/cape.png


BIN
examples/hero/images/chain-ball.png


BIN
examples/hero/images/chain-flat.png


BIN
examples/hero/images/chain-round.png


BIN
examples/hero/images/fingers.png


BIN
examples/hero/images/foot1.png


BIN
examples/hero/images/foot2.png


BIN
examples/hero/images/forearm1.png


BIN
examples/hero/images/forearm2.png


BIN
examples/hero/images/hand1.png


BIN
examples/hero/images/hand2.png


BIN
examples/hero/images/handle.png


BIN
examples/hero/images/head.png


BIN
examples/hero/images/mantles.png


BIN
examples/hero/images/mouth.png


BIN
examples/hero/images/shin1.png


BIN
examples/hero/images/shin2.png


BIN
examples/hero/images/sword.png


BIN
examples/hero/images/thigh1.png


BIN
examples/hero/images/thigh2.png


BIN
examples/hero/images/upper-arm1.png


BIN
examples/hero/images/upper-arm2.png


BIN
examples/spine-unity/eyes/eyes.spine


BIN
examples/spine-unity/footsoldier/footsoldier.spine


BIN
examples/spine-unity/gauge/gauge.spine


BIN
examples/spine-unity/raggedyspineboy/raggedyspineboy.spine


BIN
examples/spine-unity/raptor/raptor.spine


BIN
examples/spine-unity/spineboy-pro/spineboy-pro.spine


BIN
examples/spine-unity/spineboy-unity/spineboy-unity.spine


BIN
examples/spine-unity/spineunitygirl/doi.spine


BIN
examples/spine-unity/whirlyblendmodes/whirlyblendmodes.spine


+ 55 - 27
spine-unity/Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.atlas.txt

@@ -5,141 +5,169 @@ format: RGBA8888
 filter: Linear,Linear
 filter: Linear,Linear
 repeat: none
 repeat: none
 body
 body
-  rotate: false
-  xy: 324, 81
+  rotate: true
+  xy: 452, 157
   size: 97, 95
   size: 97, 95
   orig: 97, 95
   orig: 97, 95
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 cape
 cape
   rotate: false
   rotate: false
-  xy: 176, 88
+  xy: 247, 95
   size: 146, 159
   size: 146, 159
   orig: 146, 159
   orig: 146, 159
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
+chain-ball
+  rotate: false
+  xy: 241, 11
+  size: 64, 68
+  orig: 64, 68
+  offset: 0, 0
+  index: -1
+chain-flat
+  rotate: false
+  xy: 241, 4
+  size: 16, 5
+  orig: 16, 5
+  offset: 0, 0
+  index: -1
+chain-round
+  rotate: true
+  xy: 307, 10
+  size: 17, 14
+  orig: 17, 14
+  offset: 0, 0
+  index: -1
 eyes
 eyes
   rotate: false
   rotate: false
-  xy: 604, 216
+  xy: 68, 5
   size: 82, 31
   size: 82, 31
   orig: 82, 31
   orig: 82, 31
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 fingers
 fingers
-  rotate: true
-  xy: 643, 183
+  rotate: false
+  xy: 2, 3
   size: 31, 33
   size: 31, 33
   orig: 31, 33
   orig: 31, 33
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 foot1
 foot1
   rotate: false
   rotate: false
-  xy: 863, 205
+  xy: 483, 2
   size: 50, 42
   size: 50, 42
   orig: 50, 42
   orig: 50, 42
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 foot2
 foot2
   rotate: false
   rotate: false
-  xy: 915, 209
+  xy: 185, 41
   size: 53, 38
   size: 53, 38
   orig: 53, 38
   orig: 53, 38
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 forearm1
 forearm1
   rotate: true
   rotate: true
-  xy: 970, 206
+  xy: 73, 38
   size: 41, 49
   size: 41, 49
   orig: 41, 49
   orig: 41, 49
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 forearm2
 forearm2
-  rotate: true
-  xy: 423, 79
+  rotate: false
+  xy: 35, 4
   size: 31, 32
   size: 31, 32
   orig: 31, 32
   orig: 31, 32
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 hand1
 hand1
-  rotate: false
-  xy: 140, 24
+  rotate: true
+  xy: 191, 2
   size: 37, 48
   size: 37, 48
   orig: 37, 48
   orig: 37, 48
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 hand2
 hand2
   rotate: true
   rotate: true
-  xy: 604, 183
+  xy: 152, 7
   size: 31, 37
   size: 31, 37
   orig: 31, 37
   orig: 31, 37
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
+handle
+  rotate: false
+  xy: 323, 13
+  size: 134, 14
+  orig: 134, 14
+  offset: 0, 0
+  index: -1
 head
 head
   rotate: false
   rotate: false
-  xy: 2, 74
+  xy: 73, 81
   size: 172, 173
   size: 172, 173
   orig: 172, 173
   orig: 172, 173
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 mantles
 mantles
-  rotate: false
-  xy: 2, 17
+  rotate: true
+  xy: 395, 118
   size: 136, 55
   size: 136, 55
   orig: 136, 55
   orig: 136, 55
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 mouth
 mouth
   rotate: false
   rotate: false
-  xy: 2, 2
+  xy: 395, 103
   size: 61, 13
   size: 61, 13
   orig: 61, 13
   orig: 61, 13
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 shin1
 shin1
   rotate: false
   rotate: false
-  xy: 482, 119
+  xy: 428, 44
   size: 53, 57
   size: 53, 57
   orig: 53, 57
   orig: 53, 57
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 shin2
 shin2
   rotate: true
   rotate: true
-  xy: 807, 196
+  xy: 458, 104
   size: 51, 54
   size: 51, 54
   orig: 51, 54
   orig: 51, 54
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 sword
 sword
-  rotate: false
-  xy: 324, 178
+  rotate: true
+  xy: 2, 38
   size: 216, 69
   size: 216, 69
   orig: 216, 69
   orig: 216, 69
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 thigh1
 thigh1
   rotate: false
   rotate: false
-  xy: 542, 184
+  xy: 366, 30
   size: 60, 63
   size: 60, 63
   orig: 60, 63
   orig: 60, 63
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 thigh2
 thigh2
   rotate: false
   rotate: false
-  xy: 423, 112
+  xy: 307, 29
   size: 57, 64
   size: 57, 64
   orig: 57, 64
   orig: 57, 64
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 upper-arm1
 upper-arm1
-  rotate: true
-  xy: 749, 197
+  rotate: false
+  xy: 483, 46
   size: 50, 56
   size: 50, 56
   orig: 50, 56
   orig: 50, 56
   offset: 0, 0
   offset: 0, 0
   index: -1
   index: -1
 upper-arm2
 upper-arm2
   rotate: true
   rotate: true
-  xy: 688, 208
+  xy: 124, 40
   size: 39, 59
   size: 39, 59
   orig: 39, 59
   orig: 39, 59
   offset: 0, 0
   offset: 0, 0

Разница между файлами не показана из-за своего большого размера
+ 57 - 10
spine-unity/Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.json


BIN
spine-unity/Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.png


Некоторые файлы не были показаны из-за большого количества измененных файлов