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

Can't install 2017.1.0f3? #9

Closed
Geri-Borbas opened this issue Jul 12, 2017 · 5 comments
Closed

Can't install 2017.1.0f3? #9

Geri-Borbas opened this issue Jul 12, 2017 · 5 comments

Comments

@Geri-Borbas
Copy link

Geri-Borbas commented Jul 12, 2017

Thanks for the awesome script! 🎉
Hopefully I can make it work to automate Editor Test runners on Travis CI soon.


But seems I can't install ./install-unity.py --package Unity 2017.1.0f3

Install Unity Script 0.0.9

Found 1 existing Unity installations:
- 5.6.2f1 (/Applications/Unity)

Updating outdated unity versions caches

Trying to select most recent known Unity version
ERROR: Could not find a Unity version that matches "2017.1.0f3"

However, it is released: https://unity3d.com/get-unity/download/archive

@Geri-Borbas Geri-Borbas changed the title Why can't see 2017.1 in --packages list? Can't install 2017.1.0f1? Jul 12, 2017
@Geri-Borbas
Copy link
Author

Geri-Borbas commented Jul 12, 2017

The official torrent says the current version number is Unity-2017.1.0f3.
Is there a change in hosting perhaps?

@Geri-Borbas Geri-Borbas changed the title Can't install 2017.1.0f1? Can't install 2017.1.0f3? Jul 12, 2017
@sttz
Copy link
Owner

sttz commented Jul 12, 2017

install-unity is looking for links to macOS editor installers on the download archive page. For some reason, there's only a link to the torrent for the 2017.1 release and so the script cannot find it.

I suspect this is an error on Unity's side and that they will eventually fix it. Therefore I want to wait for a bit instead of pushing a temporary fix on our end.

In the meantime, you can manually add 2017.1 to install-unity's version index:
./install-unity.py --discover http://beta.unity3d.com/download/472613c02cf7/MacEditorInstaller/Unity-2017.1.0f3.pkg

And the you can install it like normal:
./install-unity.py --package Unity 2017.1.0f3

I'll leave this issue open to track when they fix the archive page links and install-unity will work normally again.

@Geri-Borbas
Copy link
Author

Geri-Borbas commented Jul 12, 2017

Thanks for getting back!

I saw that they have only torrent link published yet.
Will they ever be publish the rest?
What if they gone torrent only?

I think I'll use 5.6.2f3 on Travis until than.

@sttz
Copy link
Owner

sttz commented Jul 12, 2017

If you look on the release notes page you see they still have all the regular links:
https://unity3d.com/unity/whats-new/unity-2017.1.0

You also get the regular installer when you click through to the download from the home page. So I don't think it makes any sense for them to push people to the torrent in the download archive and I hope they will fix it soon.

@Geri-Borbas
Copy link
Author

Yay! 🎉

...
== 2017.1 ==
- 2017.1.0f3

== 5.6 ==
- 5.6.2f1
- 5.6.1f1
- 5.6.0f3

== 5.5 ==
- 5.5.4f1
- 5.5.3f1
- 5.5.2f1
- 5.5.1f1
- 5.5.0f3
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants