-
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
installation_path parameter problems #371
Comments
Hey @bdovaz! Just to let you know that we started tackling this issue, and we're trying to design a good solution for this issue. My current proposition is to introduce an environment variable to specify the additional paths, but we're pondering whether this is a good idea. We'd love your input if you have some time to discuss this issue regarding the best way to tackle that, so feel free to leave a comment on #373 ! |
Thanks @niezbop ! |
Heyo @bdovaz ! The solution to this will be in the next release! Thanks a lot for your feedback |
This command works correctly:
u3d install 2019.2.11f1 --installation_path "E:\Unity2019.2.11f1"
If I run the same command again it reinstalls it instead of saying it is already installed.
Also if I want to install a module in the same path later it is impossible for me.
u3d install 2019.2.11f1 -p Android --installation_path "E:\Unity2019.2.11f1"
I get the following error:
Please install Unity before any of its packages
I don't know if it's related to this other bug:
#370
The text was updated successfully, but these errors were encountered: