Updated export script.

This commit is contained in:
badlogic 2019-07-16 17:26:18 +02:00
parent ebf649a23e
commit 608acf745c

View File

@ -133,6 +133,7 @@ echo "Exporting..."
# Export Unity Assets
UNITY_BASE_DIR=../spine-unity
if [ -d "$UNITY_BASE_DIR" ]; then
echo "Cleaning Unity export directories ..."
rm -rf $UNITY_BASE_DIR/eyes/export/*
rm -rf $UNITY_BASE_DIR/footsoldier/export/*
@ -195,3 +196,4 @@ echo "Exporting Unity Assets..."
-i $UNITY_BASE_DIR/whirlyblendmodes/whirlyblendmodes.spine -o $UNITY_BASE_DIR/whirlyblendmodes/export -e binary.json \
-i $UNITY_BASE_DIR/whirlyblendmodes/images -o $UNITY_BASE_DIR/whirlyblendmodes/export -n whirlyblendmodes -p atlas-1.0.json \
-i $UNITY_BASE_DIR/whirlyblendmodes/images -o $UNITY_BASE_DIR/whirlyblendmodes/export -n whirlyblendmodes-pma -p atlas-1.0-pma.json
fi