Skip to content

Commit 18cd857

Browse files
author
Stewart Miles
committed
Version 1.2.145
-- New Features * Unity Package Manager Resolver: Added a method to migrate Version Handler managed packages installed via `.unitypackage` to Unity Package Manager packages. This is initially used to migrate the External Dependency Manager to UPM. -- Changes * All: Verbose logging is now no longer automatically enabled in batch mode across all components. Instead logging can be configured using each component's verbose logging setting or by using the `-gvh_log_debug` command line flag when starting Unity. * Version Handler: Sped up version handler updates when the app domain isn't reloaded. -- Bug Fixes * Version Handler: Fixed the display of the obsolete files clean up dialog when the asset database refreshes. * Version Handler: Improved reliability of callback from the VersionHandler.UpdateCompleteMethods event when an asset database refresh occurs. * Version Handler: Fixed duplicate exportPath labels when 'Assets/' is the root of paths assigned to files. * Version Handler: Handle empty lines in manifest files. Change-Id: Ia0db57aceeee597a63cb13c4b3e13d4db747ff93
1 parent cd967fc commit 18cd857

File tree

61 files changed

+200
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+200
-118
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ project.ext {
226226
// Directory for testing.
227227
testDir = new File(scriptDirectory, "test_output")
228228
// Version of the plugin (update this with CHANGELOG.md on each release).
229-
pluginVersion = "1.2.144"
229+
pluginVersion = "1.2.145"
230230
// Directory that contains the template plugin.
231231
// Files under this directory are copied into the staging area for the
232232
// plugin.

exploded/Assets/ExternalDependencyManager/Editor/CHANGELOG.md

Lines changed: 25 additions & 0 deletions

exploded/Assets/ExternalDependencyManager/Editor/CHANGELOG.md.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.144.dll.mdb.meta

Lines changed: 0 additions & 12 deletions
This file was deleted.

exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.145.dll.mdb.meta

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/ExternalDependencyManager/Editor/Google.JarResolver_v1.2.144.dll.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.145.dll.meta

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)