unity-jar-resolver icon indicating copy to clipboard operation
unity-jar-resolver copied to clipboard

[FR] Don't process hidden [*]Dependencies.xml files

Open vizgl opened this issue 2 years ago • 1 comments

Feature proposal

I use custom build script with many conditions. For some builds I want to remove libs. I made it by setting hidden flag on folders to true. In that case unity don't add scripts, resources etc to the final apk file. But EDM is not process such cases. It still read [*]Dependencies.xml files and add *.aar files.

I propose add check for parent folders / files to match hidden flag to false before process it.

vizgl avatar Apr 07 '23 14:04 vizgl