From 5e367d9216d731f4b7354fce89bba0eac0b48061 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Fri, 23 Oct 2020 11:45:31 +0200 Subject: [PATCH] [runtimes] Example projects: added copying mix-and-match skeleton to Unity project which is used after merging 3.8 to 4.0 now. --- examples/export/runtimes.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/export/runtimes.sh b/examples/export/runtimes.sh index 9beca0c98..70ba823b8 100755 --- a/examples/export/runtimes.sh +++ b/examples/export/runtimes.sh @@ -460,6 +460,11 @@ cp -f ../spineboy/export/spineboy-pma.atlas "$UNITY_TARGET_DIR/spineboy-pro.atla sed -i 's/spineboy-pma.png/spineboy-pro.png/g' "$UNITY_TARGET_DIR/spineboy-pro.atlas.txt" cp -f ../spineboy/export/spineboy-pma.png "$UNITY_TARGET_DIR/spineboy-pro.png" +UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine Examples/Spine Skeletons/mix-and-match" +cp -f ../mix-and-match/export/mix-and-match-pro.json "$UNITY_TARGET_DIR/" +cp -f ../mix-and-match/export/mix-and-match-pma.atlas "$UNITY_TARGET_DIR/mix-and-match-pma.atlas.txt" +cp -f ../mix-and-match/export/mix-and-match-pma.png "$UNITY_TARGET_DIR/" + UNITY_TARGET_DIR="$ROOT/spine-unity/Assets/Spine Examples/Spine Skeletons/Stretchyman" cp -f ../stretchyman/export/stretchyman-pro.json "$UNITY_TARGET_DIR/stretchyman.json" # Note: normalmap and emissionmap need to be created manually. Thus we use a separately prepared