This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Unity version fallback to project version with revision hash (#…
…41) Description =========== This is a very small patch. In order to be able to install Unity versions which may not yet be tracked by the versions service, the unity version manager tool introduced some changed to fetch the project version with the needed revision hash. This allows a smoother update process for the user. Most developers user Unity Hub locally to install the newest versions. Or they install custom versions from other Unity sources (Beta fix releaseses). Unity will write the revision hash of the used version in the `ProjectVersion.txt` file. This allows to install Unity Editor without any network requests against the custom versions service. > Note: Unity created a new endpoint to query for released versions, one reason why > the current solution is not always returning up-to-date results. There is a plan > to support this new endpoint nativly as well. The `net.wooga.unity-version-manger-jni` lib exposes a new API to request the project version with said revision hash. Changes ======= * ![UPDATE] `net.wooga.unity-version-manager-jni` to min version `1.5.0` * ![IMPROVE] fetch project version with revision hash
- Loading branch information
Showing
3 changed files
with
113 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters