-
Notifications
You must be signed in to change notification settings - Fork 45
Added lumin component installers #148
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
Added lumin component installers #148
Conversation
Lets wait on this until UnitySetup can download versions that include the component. |
Agreed, just got started on the work for early feedback. |
@jwittner 2019 beta is out with accessible download components |
This PR is ready for review |
Note: this will conflict with #161 . |
I'll pull this down and test it out tomorrow. =) |
Bah, UnitySetup throws an error if I search for 2019.1.0b9. New Issue here: #165 |
# Conflicts: # UnitySetup/UnitySetup.psm1
This should be ready to test once the 2019 bugs are fixed. |
# Conflicts: # UnitySetup/UnitySetup.psm1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was able to find the installers for this new component, but I have concerns over the BuildTarget
change.
@jwittner, I was able to validate that the command like works! |
Note, this may not be availible until 2019 gets into beta or until we can download/install alpha builds, but I went ahead and did the preliminary work.
Fixes #147