mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Updated export script.
This commit is contained in:
parent
ebf649a23e
commit
608acf745c
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user