You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- unity-downloader-cli -u {{ editor }} -c Editor -c webgl -c il2cpp # unity-downloader-cli should be already preinstalled on the image. This steps downloads proper editor to build from together with required components (webgl + il2cpp).
38
+
- unity-downloader-cli -u {{ editor }} -c Editor -c webgl -c il2cpp --wait# unity-downloader-cli should be already preinstalled on the image. This steps downloads proper editor to build from together with required components (webgl + il2cpp). The --wait flag will ensure that we wait until editor is downloaded
39
39
40
40
# The following step builds the player with defined options such as:
41
41
# Suite parameter if defined since it's a mandatory field to define which test suite should be used, but it doesn't matter in this case since we won't run any tests (--suite)
0 commit comments