Skip to content

Commit 07798dc

Browse files
committed
CR changes
1 parent eec1fb9 commit 07798dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Assets/FbxExporters/README.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ if [ ! -f "${UNITY3D_PATH}" ]; then
2323
UNITY3D_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
2424
fi
2525

26-
# Configure where unitypackage is located
27-
if [ ! -f "${PACKAGE_PATH}" ]; then
28-
PACKAGE_PATH=`ls -t ~/Development/FbxExporters/FbxExporters_*.unitypackage | head -1`
29-
fi
30-
3126
# Configure which Unity project to install package
3227
if [ ! -d "${PROJECT_PATH}" ]; then
3328
PROJECT_PATH=~/Development/FbxExporters
3429
fi
3530

31+
# Configure where unitypackage is located
32+
if [ ! -f "${PACKAGE_PATH}" ]; then
33+
PACKAGE_PATH=`ls -t ${PROJECT_PATH}/FbxExporters_*.unitypackage | head -1`
34+
fi
35+
3636
if [ ! -f "${UNITY3D_PATH}" ]; then
3737
echo "Unity is not installed"
3838
else

0 commit comments

Comments
 (0)