-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`user_error!': package 'Mac' doesn't exist #340
Comments
|
Hey @nbelisle11 ! Currently u3d does not support cross platform installation (ie installing mac Unity on a Linux machine which appears to be your case). So while you are completely right that the
I'm not very familiar with Docker so I cannot help you too much in that direction, but taking a look at your Dockerfile, it really seems to me like you're asking u3d to install on Linux, which means that you should ask for Hope this helps |
By the way, the reason this commands works for previous versions of Unity is because they changed their naming conventions for the Mac package!
|
Ugh I'm an idiot. I thought that
|
Attempting to run
u3d install 2018.3.0f2 -p Unity,Mac,Windows --verbose -t;
throws an errorRunning this on ubuntu:16.04 in attempt to create a docker image with the 2018.3.0f2 Unity for headless builds. Dockerfile here - https://gitlab.com/nbelisle11/unity3d/blob/master/Dockerfile
This command still works for 2017.4.8f1.
I've confirmed that
u3d available -p -o mac
returnsThe text was updated successfully, but these errors were encountered: