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 78d50a8 commit 5dca22dCopy full SHA for 5dca22d
.yamato/mobile-build-and-run.yml
@@ -47,6 +47,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
47
# Download unity-downloader-cli
48
- pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
49
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools/utr-standalone/utr.bat --output utr.bat
50
+ - chmod +x utr.bat
51
- python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform Android
52
- unity-downloader-cli -c Editor -c Android -u {{ editor }} --fast --wait
53
# Build player(s)
0 commit comments