Larusso / unity-version-manager

A commandline application to manage unity versions
Apache License 2.0
23 stars 6 forks source link

Improve unity project version detection #371

Closed Larusso closed 2 years ago

Larusso commented 2 years ago

The last patch to uvm_core added the ability to parse Unity version with the added revision hash. This patch changes the dectect_project_version to favior the m_EditorVersionWithRevision in the ProjectSettings.txt file. This will return a version with the added revision hash. I moved some code around to clean this up a little bit.