Tags

Tags give the ability to mark specific points in history as being important
  • 1.2.187

    Version 1.2.187
    
    # Version 1.2.187 - Jan 20, 2026
    * General - Enable Editor DLLs by default, to fix initialization errors.
    * Android Resolver - Fix issue with nested m2repository directories. Fixes #716
    * iOS Resolver - Add support for using Swift Package Manager.
  • 1.2.186

    Version 1.2.186
    
    # Version 1.2.186 - May 19, 2025
    * iOS Resolver - Set `validateReferences` to off by default,
      to prevent errors when running without iOS Support installed.
      Fixes #412 and #622
  • 1.2.185

    Version 1.2.185
    
    # Version 1.2.185 - Feb 3, 2025
    * Android Resolver - Reverse conditional checker for `packaging` keyword in maintemplate based on android gradle plugin version. Fixes #715
  • 1.2.184

    Version 1.2.184
    
    # Version 1.2.184 - Jan 28, 2025
    * Android Resolver - Update and resolve `packaging` keyword in maintemplate
      based on android gradle plugin version.
      Fixes #715
  • 1.2.183

    Version 1.2.183
    
    # Version 1.2.183 - Sep 18, 2024
    * Android Resolver - Handle package paths that don't include a version hash,
      which is no longer present with Unity 6. Fixes #697
    * Android Resolver - Handle packages referenced using local file paths.
      Fixes #701
  • 1.2.182

    Version 1.2.182
    
    # Version 1.2.182 - Aug 2, 2024
    * General - Check for gradle version instead of Unity version when determining
      the template files to modify.
  • 1.2.181

    Version 1.2.181
    
    # Version 1.2.181 - Jun 26, 2024
    * General - Disable `EditorMeasurement` reporting that relied on the
      Measurement Protocol for Universal Analytics.
  • 1.2.180

    Version 1.2.180
    
    # Version 1.2.180 - Jun 4, 2024
    * General - Fix project settings resetting on domain reload.
      Fixes #524
  • 1.2.179

    Version 1.2.179
    
    # Version 1.2.179 - Feb 12, 2024
    * Android Resolver - Added logic to automatically turn on `mainTemplate.gradle`
      for new projects, and prompt users to enable it on projects that have previously
      had the resolver run.
  • 1.2.177

    Version 1.2.177
    
    # Version 1.2.177 - Aug 14, 2023
    * iOS Resolver - Added `/opt/homebrew/bin` to Cocoapod executable search path.
      Fixes #627
  • 1.2.176

    Version 1.2.176
    
    # Version 1.2.176 - Apr 27, 2023
    * Android Resolver - Added two Android Resolver settings to determine whether
      EDM4U injects custom local Maven repo path as a relative path or full path.
      Fixes #537
    * Android Resolver - Inject Maven Repo to `settingTemplate.gradle` from
      Unity 2022.2+
      Fixes #594
    * Android Resolver - Jetifier option is enabled by default now.
    * Android Resolver - `Explode Aar` option applies to all cases, whether the
      project will be exported or not.
      Fixes #584
      Fixes #287
  • 1.2.175

    Version 1.2.175
    
    # Version 1.2.175 - Nov 16, 2022
    * General - Added tvOS podfile support to the iOS resolver.
  • 1.2.174

    Version 1.2.174
    
    # Version 1.2.174 - Oct 06, 2022
    * General - Added tvOS support to the iOS resolver.
    * General - Fixed #484 - Changed `EditorMeasurement` to use secure connection.
    * Android Resolver - Fixed Android Resolver unable to resolve
      `mainTemplate.gradle` in Unity `2022.2+` or `2023.1+`.
  • 1.2.173

    Version 1.2.173
    
    # Version 1.2.173 - Sep 28, 2022
    * General - added tvOS library support to the export unity package scripts.
  • 1.2.172

    Version 1.2.172
    
    # Version 1.2.172 - Jun 23, 2022
    * iOS Resolver - Stop forcing `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` to `YES`,
      which seems to cause problem for some when submitting apps. See #526 for more
      information.
  • 1.2.171

    Version 1.2.171
    
    # Version 1.2.170 - May 11, 2022
    * iOS Resolver - Change `Enable Swift Framework Support Workaround` setting to
      be `ON` by default since more pods are using Swift Framework now.
  • 1.2.170

    Version 1.2.170
    
    # Version 1.2.170 - Apr 4, 2022
    * Android Resolver - Fixes #498 - Fix the path separator of the Maven repo
      injected to `mainTemplate.gradle`.
    * iOS Resolver - Fixes #470 - Switch default Cocoapods master repo from Github
      to CDN.
    * iOS Resolver - `Link Framework Statically` setting is now default to `true`.
      That is, `use_frameworks! :linkage => static` will be added to `Podfile` by
      default instead of `use_frameworks!`. This can be changed in iOS Resolver
      settings. This fixes odd behaviors when pods include static libraries, ex.
      Firebase Analytics.
    * iOS Resolver - Added a workaround when app crashes on launch due to
      `Library not loaded: @rpath/libswiftCore.dylib` when some pods includes Swift
      framework. This is turned `OFF` by default and can be changed in iOS Resolver
      settings.
  • 1.2.169

    Version 1.2.169
    
    # Version 1.2.169 - Jan 20, 2021
    * General - Fixes #425 - Change to save `GvhProjectSettings.xml` without
      Unicode byte order mark (BoM).
    * Android Resolver - Remove reference to `jcenter()`
    * iOS Resolver - Force setting `LANG` when executing Cocoapods in shell mode on
      Mac.
  • 1.2.168

    Version 1.2.168
    
    # Version 1.2.168 - Dec 9, 2021
    * All - Fixes #472 by removing the use of `System.Diagnostics.Debug.Assert`
    * All - Fixed #477 by properly enabling EDM4U libraries for Unity 2021.2+ when
      the package is installed through `.tgz`
  • 1.2.167

    Version 1.2.167
    
    # Version 1.2.167 - Oct 6, 2021
    * All - Moved versioned `.dll` in EDM4U to a versioned folder and remove their
      version postfix in their filename. For instance, `IOSResolver.dll` will be
      placed at `ExternalDependencyManager/Editor/1.2.167/Google.IOSResolver.dll`.
    * Android Resolver - Fixed #243 by only using the highest version in
      `mainTemplate.gradle` when duplicated dependencies are presented.
    * Android Resolver - Added supports to x86_64 to ABI list for Android apps on
      Chrome OS.