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/installation: fix the version retrieving for Windows on Unity 2019.2.x and onwards #374

Merged

Conversation

niezbop
Copy link
Member

@niezbop niezbop commented Nov 5, 2019

Pull Request Checklist

  • My pull request has been rebased on master
  • I ran bundle exec rspec to make sure that my PR didn't break any test
  • I ran bundle exec rubocop to make sure that my PR is inline with our code style
  • I have read the code of conduct

Pull Request Description

Starting from 2019.2.x, Unity does not use ivy.xml anymore. This means that our version retrieval does not work any longer.

This addresses this issue by using the same system we use to retrieve the build number from the .exe, which should prove to be more robust in the long run.

Fixes #354
Fixes #367

@niezbop niezbop added the bug label Nov 5, 2019
@niezbop niezbop requested a review from lacostej November 5, 2019 14:38
@niezbop niezbop self-assigned this Nov 5, 2019
Copy link
Member

@lacostej lacostej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Thanks

@niezbop niezbop merged commit 9c12e02 into DragonBox:master Nov 6, 2019
@niezbop niezbop deleted the fix/windows/get_installed_versions_post_2019 branch November 6, 2019 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unity 2019.2.x on windows I can't execute commands if I have an alpha version installed
2 participants