The Installing Unity from the command line and Installing Unity offline without the Hub pages in the Unity manual explain how to install Unity offline with the command line for Windows and OS X, but not for Linux. It took a while but through trial and error I figured out how to use the Unity Download Assistant’s unattended mode to install everything I want without issues. However, the unattended mode isn’t fully unattended. You have to accept the terms of the license agreement manually by entering “y” or “n”. Is there a way to have a fully silent, unattended install?
Anyone have any suggestions?
Yes please. I don’t get how I am supposed to make a docker container without this.
Neither echo y |
nor yes |
work. The program then hangs at Do you accept the ter
Turns out I was wrong. You can do echo y | UnityInstall …
It just looks like it is hanging because it installs without more output.