Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.2.124
    dc6eb081 · Version 1.2.124 ·
    Version 1.2.124
    
    * All components: Fixed regression with source control integration when using
      Unity 2019.1+.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.124/play-services-resolver-1.2.124.0.unitypackage)
  • v1.2.123
    43d70080 · Version 1.2.123 ·
    Version 1.2.123
    
    * All components: Source control integration for project settings.
    * Android Resolver: Removed AAR cache as it now makes little difference to
      incremental resolution performance.
    * Android Resolver: Improved embedded resource management so that embedded
      resources should upgrade when the plugin is updated without restarting
      the Unity editor.
    * Version Handler: Fixed InvokeMethod() and InvokeStaticMethod() when calling
      methods that have interface typed arguments.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.123/play-services-resolver-1.2.123.0.unitypackage)
  • v1.2.122
    d0f2487d · Version 1.2.122 ·
    Version 1.2.122
    
    * iOS Resolver: Worked around Unity not loading the iOS Resolver DLL as it
      referenced the Xcode extension in a public interface.  The iOS Resolver
      DLL still references the Xcode extension internally and just handles
      missing type exceptions dynamically.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.122/play-services-resolver-1.2.122.0.unitypackage)
  • v1.2.121
    82c9cd8c · Version 1.2.121 ·
    Version 1.2.121
    
    * Android Resolver: Fixed warning about missing Packages folder when loading
      XML dependencies files in versions of Unity without the package manager.
    * Android Resolver: Fixed resolution window progress bar exceeding 100%.
    * Android Resolver: If AndroidX is detected in the set of resolved libraries,
      the user will be prompted to enable the Jetifier.
    * Android Resolver: Improved text splitting in text area windows.
    * iOS Resolver: Added support for Unity's breaking changes to the Xcode API
      in 2019.3.+. Cocoapods are now added to build targets, Unity-iPhone and
      UnityFramework in Unity 2019.3+.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.121/play-services-resolver-1.2.121.0.unitypackage)
  • v1.2.120
    e10305d6 · Version 1.2.120 ·
    Version 1.2.120
    
    * Android Resolver: Added support for loading *Dependencies.xml files from
      Unity Package Manager packages.
    * Android Resolver: Resolution window is now closed if resolution runs as
      a pre-build step.
    * iOS Resolver: Added support for loading *Dependencies.xml files from
      Unity Package Manager packages.
    * Android Resolver: Fixed generation of relative repo paths when using
      mainTemplate.gradle resolver.
    * Android Resolver: Fixed copy of .srcaar to .aar files in repos embedded in a
      project when a project path has characters (e.g whitespace) that are escaped
      during conversion to URIs.
    * Android Resolver: Fixed auto-resolution always running if the Android SDK
      is managed by Unity Hub.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.120/play-services-resolver-1.2.120.0.unitypackage)
  • v1.2.119
    559f3506 · Version 1.2.119 ·
    Version 1.2.119
    
    * Android Resolver: Fixed error reported when using Jetifier integration
      in Unity 2018+ if the target SDK is set to "highest installed".
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.119/play-services-resolver-1.2.119.0.unitypackage)
  • v1.2.118
    1d44cc2d · Version 1.2.118 ·
    Version 1.2.118
    
    * Android Resolver: Added initial
      [Jetifier](https://developer.android.com/studio/command-line/jetifier)
      integration which simplifies
      [migration](ttps://developer.android.com/jetpack/androidx/migrate)
      to Jetpack ([AndroidX](https://developer.android.com/jetpack/androidx))
      libraries in cases where all dependencies are managed by the Android
      Resolver.
      This can be enabled via the `Use Jetifier` option in the
      `Assets > Play Services Resolver > Android Resolver > Settings` menu.
      Caveats:
      - If your project contains legacy Android Support Library .jar and .aar
        files, these files will need to be removed and replaced with references to
        artifacts on Maven via `*Dependencies.xml` files so that the Jetifier
        can map them to Jetpack (AndroidX) libraries.
        For example, remove the file `support-v4-27.0.2.jar` and replace it with
        `<androidPackage spec="com.android.support:support-v4:27.0.2"/>` in a
        `*Dependencies.xml` file.
      - If your project contains .jar or .aar files that use the legacy Android
        Support Libraries, these will need to be moved into a local Maven repo
        [See this guide](https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html)
        and then these files should be removed from your Unity project and instead
        referenced via `*Dependencies.xml` files so that the Jetifier can
        patch them to reference the Jetpack lirbaries.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.118/play-services-resolver-1.2.118.0.unitypackage)
  • v1.2.117
    06b63589 · Version 1.2.117 ·
    Version 1.2.117
    
    * Android Resolver: Fix copying of .srcaar to .aar files for
      mainTemplate.gradle resolution.  PluginImporter configuration was previously
      not being applied to .aar files unless the Unity project was saved.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.117/play-services-resolver-1.2.117.0.unitypackage)
  • v1.2.116
    2fff2285 · Version 1.2.116 ·
    Version 1.2.116
    
    * Android Resolver: Fixed resolution of Android dependencies without version
      specifiers.
    * Android Resolver: Fixed Maven repo not found warning in Android Resolver.
    * Android Resolver: Fixed Android Player directory not found exception in
      Unity 2019.x when the Android Player isn't installed.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.116/play-services-resolver-1.2.116.0.unitypackage)
  • v1.2.115
    7feb88da · Version 1.2.115 ·
    Version 1.2.115
    
    * Android Resolver: Fixed exception due to Unity 2019.3.0a4 removing
      x86 from the set of supported ABIs.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.115/play-services-resolver-1.2.115.0.unitypackage)
  • v1.2.114
    321017d0 · Version 1.2.114 ·
    Version 1.2.114
    
    * Android Resolver: Added support for ABI stripping when using
      mainTemplate.gradle. This only works with AARs stored in repos
      on the local filesystem.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.114/play-services-resolver-1.2.114.0.unitypackage)
  • v1.2.113
    7795294f · Version 1.2.113 ·
    Version 1.2.113
    
    * Android Resolver: If local repos are moved, the plugin will search the
      project for matching directories in an attempt to correct the error.
    * Version Handler: Files can be now targeted to multiple build targets
      using multiple "gvh_" asset labels.
    * Android Resolver: "implementation" or "compile" are now added correctly
      to mainTemplate.gradle in Unity versions prior to 2019.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.113/play-services-resolver-1.2.113.0.unitypackage)
  • v1.2.112
    b97a80b3 · Version 1.2.112 ·
    Version 1.2.112
    
    * Android Resolver: Added option to disable addition of dependencies to
      mainTemplate.gradle.
      See `Assets > Play Services Resolver > Android Resolver > Settings`.
    * Android Resolver: Made paths to local maven repositories in
      mainTemplate.gradle relative to the Unity project when a project is not
      being exported.
    * Android Resolver: Fixed builds with mainTemplate.gradle integration in
      Unity 2019.
    * Android Resolver: Changed dependency inclusion in mainTemplate.gradle to
      use "implementation" or "compile" depending upon the version of Gradle
      included with Unity.
    * Android Resolver: Gracefully handled exceptions if the console encoding
      can't be modified.
    * Android Resolver: Now gracefully fails if the AndroidPlayer directory
      can't be found.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.112/play-services-resolver-1.2.112.0.unitypackage)
  • v1.2.111
    e703601c · Version 1.2.111 ·
    Version 1.2.111
    
    * Version Handler: Fixed invocation of methods with named arguments.
    * Version Handler: Fixed occasional hang when the editor is compiling
      while activating plugins.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.111/play-services-resolver-1.2.111.0.unitypackage)
  • v1.2.110
    d8d6cbf0 · Version 1.2.110 ·
    Version 1.2.110
    
    * Android Resolver: Fixed inclusion of some srcaar artifacts in builds with
      Gradle builds when using mainTemplate.gradle.
    
    Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.110/play-services-resolver-1.2.110.0.unitypackage)
  • v1.2.109
    70d186f3 · Version 1.2.109 ·
    release 1.2.109
  • v1.2.108
    6359efa3 · Version 1.2.108 ·
    release 1.2.108
  • v1.2.107
    74657144 · Version 1.2.107 ·
    release 1.2.107
  • v1.2.105
    f1f760ed · Version 1.2.105 ·
    release 1.2.105
  • v1.2.104
    dfa52133 · Version 1.2.104 ·
    release 1.2.104