Skip to content

Commit 6301813

Browse files
committed
revising installation path
1 parent e29c4a1 commit 6301813

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Travis/installUnity.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ download() {
1919
install() {
2020
package=$1
2121
filename=`basename "$package"`
22-
packagePath = "/Unity/$filename"
22+
packagePath="Unity/$filename"
2323
if [ ! -f $packagePath ] ; then
24+
echo "$packagePath not found. downloading `basename "$packagePath"`"
2425
download "$package"
2526
fi
2627

@@ -34,4 +35,6 @@ fi
3435

3536
install "MacEditorInstaller/Unity-$VERSION.pkg"
3637
install "MacEditorTargetInstaller/UnitySetup-Windows-Support-for-Editor-$VERSION.pkg"
37-
install "MacEditorTargetInstaller/UnitySetup-Mac-Support-for-Editor-$VERSION.pkg"
38+
39+
#"Mac Target Support - now part of Editor as default player instead of web player"
40+
#install "MacEditorTargetInstaller/UnitySetup-Mac-Support-for-Editor-$VERSION.pkg"

0 commit comments

Comments
 (0)