We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29c4a1 commit 6301813Copy full SHA for 6301813
Travis/installUnity.sh
@@ -19,8 +19,9 @@ download() {
19
install() {
20
package=$1
21
filename=`basename "$package"`
22
- packagePath = "/Unity/$filename"
+ packagePath="Unity/$filename"
23
if [ ! -f $packagePath ] ; then
24
+ echo "$packagePath not found. downloading `basename "$packagePath"`"
25
download "$package"
26
fi
27
@@ -34,4 +35,6 @@ fi
34
35
36
install "MacEditorInstaller/Unity-$VERSION.pkg"
37
install "MacEditorTargetInstaller/UnitySetup-Windows-Support-for-Editor-$VERSION.pkg"
-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