-
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
u3d/install: allow to specify packages download directory #213
Labels
Comments
@bdovaz OK. Out of curiosity, could you specify which platforms you use u3d on, which CI server you use, and wether you use other related tools like fastlane. Thanks! |
@bdovaz nous reason! It's a mistake on part! I'll change this |
Fixed in #214 ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now, at least on Windows platform it stores downloaded packages in current user "Downloads" folder.
In our organization we share a network drive where we store heavy installers and packages. When you are using it in your own machine it makes sense to go to "Downloads" folder but at least on a CI server we should be able to provide a custom path.
In our organization we would like to run a command on "u3d" to check if that Unity version and packages (platforms) are installed providing a parameter with a custom path where package checks (to see if it's already there) are done and downloads are stored.
So that way we could have downloads stored on the mentioned network drive and share Unity installers on our entire organization.
Now we download them manually and there is no coherence in folder names, etc. U3D providing coherent folder names fixes this for us.
The text was updated successfully, but these errors were encountered: