googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

`Explode Aar` option applies to all cases #613

Closed chkuang-g closed 1 year ago

chkuang-g commented 1 year ago

Before this change, Explode Aar option in Android Resolver settings only applies when Export Project build setting is enabled, while Android Resolver always explode Aar libraries when the build setting is disabled.

This changes Explode Aar option to be applied no matter Export Project build setting is enabled or not. It is still recommended to enable this option for older version of Unity (5 to 2018) since certain version of Unity may generate broken Gradle project.

Fixes #584 Fixes #287

chkuang-g commented 1 year ago

@doterax @ievgenmukhin @wei-jiaxing @shefich

Please comment if you have any concern about this change.