Skip to content

Tags: davidrogers-unity/unity-jar-resolver

Tags

v1.2.166

Toggle v1.2.166's commit message
Version 1.2.166

- Version 1.2.166 - Jun 30, 2021
* All - Fixed -440 and fixed -447 by specifying the parameter type while calling
  `GetApplicationIdentifier()` Unity API using reflection, due to a new
  overloaded method introduced in Unity 2021.2.
* Android Resolver - Fixed -442 by patching `Dependency.IsGreater()` when the
  version strings end '+'.

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

v1.2.165

Toggle v1.2.165's commit message
Version 1.2.165

- Version 1.2.165 - Apr 28, 2021
-- Bug Fixes
* Version Handler - Fixed -431 by replacing the use of `HttpUtility.UrlEncode()`
  which causes NullReferenceException in certain version of Unity.
* Android Resolver - Check that androidSdkRootPath directory exists before using
  as sdkPath.
* Android Resolver - Fixed Android Resolver integration tests with Unity
  2019.3+.

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

v1.2.164

Toggle v1.2.164's commit message
Version 1.2.164

- Version 1.2.164 - Feb 5, 2021
-- New Features
* Android Resolver - Added support for Android packages with classifier in their
  namespaces.
* iOS Resolver - Added new settings in iOS Resolver to configure generated
  Podfile.
* iOS Resolver - Added a new attribute `addToAllTargets` in Dependencies.xml.
-- Bug Fixes
* iOS Resolver - Fixed XML parsing for `bitcodeEnabled` attribute in
  Dependencies.xml.

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

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)