-
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/unity_versions: list from additional U3D_ADDITIONAL_PAGES #334
base: master
Are you sure you want to change the base?
Conversation
This could address the issues brought in #330 and related |
Hello, @niezbop! As I see, this PR can resolve this issue - #360. Unfortunately, it isn't merged yet and it looks like the project is abandoned or something like that. I will try to build it from scratch based on your branch (but don't have experience with it), but it will be helpful if this PR will be merged in the future. |
I've tried your branch, but it shows less available versions (I add U3D_ADDITIONAL_PAGES=https://unity3d.com/unity/beta/2018.3 to get previously available, but can't get wanted versions). |
Hey @KonH ! The project is still alive! We are still using |
6cbeb01
to
ca5deab
Compare
Pull Request Checklist
bundle exec rspec
to make sure that my PR didn't break any testbundle exec rubocop
to make sure that my PR is inline with our code stylePull Request Description
This adds the ability to list unity versions from sources other than the one preconfigurated in u3d, through an environment variable
U3D_ADDITIONAL_PAGES
. This allows for greater flexibility and compensates recent changes on the Unity website that prevent us from listing beta versions.Sample output:
Note the last build, the
2018.3.0b12
which was not accessible before that.