wooga / atlas-build-unity

a gradle companion plugin for the wooga internal unity build system
Apache License 2.0
2 stars 2 forks source link

Allow folders and possibly patterns in `ignoreFilesForExportUpToDateCheck` #33

Open alexandershestakov opened 5 years ago

alexandershestakov commented 5 years ago

Description

We have more and more files that need to be ignored. Recently we needed to ignore meta files which are not generated yet and that required mapping existing files to potential filenames. Which is possible (could've been done with a pattern check like ignore all *.meta for instance).

Now we have asset bundles generated and put to streaming assets during build time and it would be nice to ignore that whole folder right away because we don't know their names before generation. Currently they cause re-assemble on publish.

@Larusso what do you think?

alexandershestakov commented 5 years ago

Ha, I wrote it and noticed that https://github.com/wooga/atlas-build-unity/issues/19 exists. Will close this one because here description is a bit more elaborate.