Skip to content
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

Closed
bdovaz opened this issue Jan 5, 2018 · 6 comments
Closed

u3d/install: allow to specify packages download directory #213

bdovaz opened this issue Jan 5, 2018 · 6 comments

Comments

@bdovaz
Copy link

bdovaz commented Jan 5, 2018

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.

@lacostej
Copy link
Member

lacostej commented Jan 5, 2018

@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!

@niezbop
Copy link
Member

niezbop commented Jan 6, 2018

Hey @bdovaz , I just opened #214 to add an option to specify the path of the download, ie doing u3d install ... --download_path myPath will download the installers under myPath/Unity_Packages/<version>/. Please feel free to leave any feedback on the pull request!

@bdovaz
Copy link
Author

bdovaz commented Jan 6, 2018

@niezbop why are you adding "Unity_Packages" subfolder? Is there any reason? Thanks!

@lacostej I have a Jenkins master on Windows Server 2012, one slave on Windows 10, another one on latest macOS and I use fastlane for Unity iOS builds (but I'm not using u3d fastlane integration).

@niezbop
Copy link
Member

niezbop commented Jan 6, 2018

@bdovaz nous reason! It's a mistake on part! I'll change this

@lacostej
Copy link
Member

lacostej commented Jan 8, 2018

Fixed in #214 !

@lacostej lacostej closed this as completed Jan 8, 2018
@bdovaz
Copy link
Author

bdovaz commented Jan 8, 2018

@niezbop @lacostej thanks!!

@lacostej lacostej changed the title Allow to specify packages download path u3d/install: allow to specify packages download directory Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants