File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ if [ ! -f "${UNITY3D_PATH}" ]; then
23
23
UNITY3D_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
24
24
fi
25
25
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
-
31
26
# Configure which Unity project to install package
32
27
if [ ! -d "${PROJECT_PATH}" ]; then
33
28
PROJECT_PATH=~/Development/FbxExporters
34
29
fi
35
30
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
+
36
36
if [ ! -f "${UNITY3D_PATH}" ]; then
37
37
echo "Unity is not installed"
38
38
else
You can’t perform that action at this time.
0 commit comments