googlesamples / unity-jar-resolver

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

[Bug] disabling Explore AAR still downloads and modifies AARs #584

Closed shefich closed 1 year ago

shefich commented 1 year ago

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the issue here:

Disable "Explode AARs" in Android Resolver Settings and then make Force Resolve. AARs are still downloaded and exploaded to the Plugins/Android folder.

google-oss-bot commented 1 year ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.

paulinon commented 1 year ago

Hi @shefich,

Thank you for filing this issue. I was able to see this behavior on the editor using the information you provided. The resolver settings mention that AAR explosion will be disabled in exported Gradle builds. Could you try exporting the project and see if there's a difference between enabling and disabling Explode AARs? You may provide other relevant information that would help the investigation.

shefich commented 1 year ago

Hi @paulinon ,

"The resolver settings mention that AAR explosion will be disabled in exported Gradle builds" - it says that this option will be disabled for exporting the project. I am not exporting the project. How to disable it completely? The main difference in my projects is in the "Force build". The settings are the same, but one project just make changes in gradle and dependencies files. Other project adds or explodes AARs. Disabling or enabling "Explode AARs" does nothing in project.