Skip to content

Tags: vaidasma/unity-jar-resolver

Tags

v1.2.163

Toggle v1.2.163's commit message
Version 1.2.163

- Version 1.2.163 - Dec 15, 2020
-- Bug Fixes
* Version Handler - Fixed measurement reporting

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.163/external-dependency-manager-1.2.163.unitypackage)

v1.2.162

Toggle v1.2.162's commit message
Version 1.2.162

- Version 1.2.162 - Nov 19, 2020
* Version Handler - Improved -413 by preventing Version Handler from running
  from static constructor when it is disabled.
* Package Manager Resolver - Remove GPR

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.162/external-dependency-manager-1.2.162.unitypackage)

v1.2.161

Toggle v1.2.161's commit message
Version 1.2.161

- Version 1.2.161 - Oct 12, 2020
* Android Resolver - Fixed the issue that Android Resolver does not resolve
  again before build in Unity 2020 if it failed to resolve previously.

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.161/external-dependency-manager-1.2.161.unitypackage)

v1.2.160

Toggle v1.2.160's commit message
Version 1.2.160

- Version 1.2.160 - Sep 30, 2020
* Android Resolver - Fixed a regression that gradleResolver can be null until
  Initialize() is called.
* Android Resolver - Fixed a regression that Android Resolver failed in Unity
  2019.3+ due to `gradleTemplate.properties` not enabled when
  `mainTemplate.gradle` is not enabled at all.

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.160/external-dependency-manager-1.2.160.unitypackage)

v1.2.159

Toggle v1.2.159's commit message
Version 1.2.159

- Version 1.2.159 - Sep 11, 2020
* Android Resolver - Fixed -322 where the Unity editor will lose its target SDK
  setting between Unity restarts if `>28` is selected in 2019.  This is due to
  Unity AndroidSdkVersions enum does not contain values above 28.
* Android Resolver - Fixed -360 where building Android app with Untiy 2019.3+
  may fail due to Jetifier and AndroidX not enabled properly in generated
  Gradle project. This fix requires the user to enable
  `Custom Gradle Properties Template` found under
  `Player Settings > Settings for Android > Publishing Settings`.

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.159/external-dependency-manager-1.2.159.unitypackage)

v1.2.158

Toggle v1.2.158's commit message
Version 1.2.158

- Version 1.2.158 - Sep 3, 2020
* Version Handler: Fixed editor freeze when `-executeMethod` is used in
  non-batch mode.
* Android Resolver: Normalized file paths when generating local Maven repo
  since the path may contains a mix of forward and backward slash on Windows.
* Export Unity Package: Fixed generation of .unitypackage with tarfile on
  Windows.

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.158/external-dependency-manager-1.2.158.unitypackage)

v1.2.157

Toggle v1.2.157's commit message
Version 1.2.157

- Version 1.2.157 - Aug 6, 2020
* Android Resolver: Delay initialization until active build target is Android
  and the editor is not in play mode.
* iOS Resolver: Delay initialization until active build target is iOS
  and the editor is not in play mode.
* Export Unity Package: Workaround directory creation racy if multiple export
  operations are spawned at the same time.

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.157/external-dependency-manager-1.2.157.unitypackage)

v1.2.156

Toggle v1.2.156's commit message
Version 1.2.156

- Version 1.2.156 - June 10, 2020
* All: Described EDM4U analytics data usage in readme.
* Android Resolver: Fixed that the generated local repo assets contains
  redundent labels which are causing Version Handler to failed while
  uninstalling packages.
* Android Resolver: Fixed that the repo url injected into mainTemplate.gradle
  is incorrect when Unity is configured to export gradle project.
* Android Resolver: Limited to only create local Maven repo when the source
  repo contains ".srcaar" file.

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.156/external-dependency-manager-1.2.156.unitypackage)

v1.2.155

Toggle v1.2.155's commit message
Version 1.2.155

- Version 1.2.155 - May 14, 2020
* All: Fixed compiler error when build with Unity 5.4 or below due to the
  usage of Rect.zero.
* All: Ignore cases when checking command line arguments.

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.155/external-dependency-manager-1.2.155.unitypackage)

v1.2.154

Toggle v1.2.154's commit message
Version 1.2.154

- Version 1.2.154 - May 14, 2020
* All: Make each MultiSelectWindow for different purposes to have its own
  unique window.
* All: Replace all dialog with DialogWindow which is implemented from
  EditorWindow.
* Package Manager Resolver: Clarify how manifest.json will be changed in Package
  Manager Resolver window.

Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.154/external-dependency-manager-1.2.154.unitypackage)