You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It might be a bit of time before we can look into this more. In the meantime, a possibility might be in your script that is hiding/unhiding folders, find and rename *Dependencies.xml files into something else to hide them (and back to the original name to unhide them).
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.
The text was updated successfully, but these errors were encountered: