Dockerised Unity Hub made for continuous integration.
Run the hub image using an interactive shell
docker run -it --rm unityci/hub bashRun the help command
unity-hub help⚠ Note that the help-command currently does not work, but other commands do.
Get a link from the archive.
The link unityhub://2020.1.4f1/fa717bb873ec holds version 2020.1.4f1 and hash fa717bb873ec.
Since we want to install android build support, we'll add --module android.
unity-hub install --version 2020.1.4f1 --changeset fa717bb873ec --module android