googlesamples / googlesamples/unity-jar-resolver
[FR] Don't process hidden [*]Dependencies.xml files
Open
type: feature request
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 371
- Avg merge
- 14h 21m
- Merged PRs (30d)
- 3
Description
### 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.
Contributor guide
Assessment
This issue has not been assessed yet.