-
Notifications
You must be signed in to change notification settings - Fork 63
Not detecting unity 6 installs #166
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
Comments
yeah, my list comes from the old unity releases list.. will need to switch into their releases API But the issue is that it only gives 10 releases at a time.. so cannot get full history, |
@unitycoder |
Yup, i'll probably just hardcode the current releases history as include file, Lazy loading on demand would be nice (and might work well enough for most users), (at least for me, since i often still work with older versions, so i need to find them easily) |
I picked up the things you mentioned here and implemented it today. It works really well and still offers a full list of editor to install. I think I might it a bit more robust by using model classes as well as changing the way download Urls are found (they are provided by the api as well so the program now fetches it from there rather than looking for it on the website). I hope the changes are the way you'd like them! :) #167 |
thanks! |
Unity hub offers 6000.0.20, this offers only upto 18
The text was updated successfully, but these errors were encountered: