From a1b8f1ddb295dc9877dee245581f300756c9ad3b Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Tue, 17 Jun 2025 12:34:18 +0200 Subject: [PATCH] [unity] Updated outdated runtime example script path (sack project). --- examples/export/runtimes.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/export/runtimes.sh b/examples/export/runtimes.sh index 5fdf28fe1..382459179 100755 --- a/examples/export/runtimes.sh +++ b/examples/export/runtimes.sh @@ -515,7 +515,7 @@ cp -f ../spineboy/export/spineboy-pma.png "$ROOT/spine-ts/spine-pixi-v8/example/ echo "spine-monogame" -rm "$ROOT/spine-monogame/spine-monogame-example/data/"* +rm -f "$ROOT/spine-monogame/spine-monogame-example/data/"* cp -f ../coin/export/coin-pro.json "$ROOT/spine-monogame/spine-monogame-example/data/" cp -f ../coin/export/coin-pro.skel "$ROOT/spine-monogame/spine-monogame-example/data/" cp -f ../coin/export/coin.atlas "$ROOT/spine-monogame/spine-monogame-example/data/" @@ -820,9 +820,10 @@ cp -f ../cloud-pot/export/cloud-pot-pma.atlas "$UNITY_TARGET_DIR/cloud-pot-pma.a cp -f ../cloud-pot/export/cloud-pot-pma.png "$UNITY_TARGET_DIR/" UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine Examples/Spine Skeletons/sack" -cp -f ../sack/export/sack-pro.skel "$UNITY_TARGET_DIR/sack-pro.skel.bytes" -cp -f ../sack/export/sack-pma.atlas "$UNITY_TARGET_DIR/sack-pma.atlas.txt" -cp -f ../sack/export/sack-pma.png "$UNITY_TARGET_DIR/" +cp -f ../7-anticipation/export/sack-pro.skel "$UNITY_TARGET_DIR/sack-pro.skel.bytes" +cp -f ../7-anticipation/export/7-anticipation-pma.atlas "$UNITY_TARGET_DIR/sack-pma.atlas.txt" +$sed -i 's/7-anticipation-pma.png/sack-pma.png/g' "$UNITY_TARGET_DIR/sack-pma.atlas.txt" +cp -f ../7-anticipation/export/7-anticipation-pma.png "$UNITY_TARGET_DIR/sack-pma.png" echo "--" echo "Note regarding spine-xna and spine-unity:"