Created
April 5, 2016 07:21
-
-
Save karinharp/3bcba975fdbd1a4cc5e71c1616642043 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONTROLLERS := ${shell (cd ${PROJECT_PATH}/Assets/Unity2d/${SSPJ_NAME} && ls *.prefab | sed -e "s/\.prefab/.controller /g" | tr -d "\n")} | |
ConvSS: | |
make ${CONTROLLERS} PROJECT_PATH=${PROJECT_PATH} SSPJ_NAME=${SSPJ_NAME} | |
.prefab.controller: | |
${UNITY_BIN} -batchmode -quit -logFile ${PROJECT_PATH}/Logs/Build.log -projectPath ${PROJECT_PATH} -executeMethod AmLib.SsBuilder.Build -basePath Assets/Unity2d/${SSPJ_NAME}/ -ssaeName $* -isLoop true -layer 5 -animList ${shell\ | |
ls $**.anim | tr "\n" " "} | |
cat ${PROJECT_PATH}/Logs/Build.log | grep "::AmBuilder::" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment