Asset Bundle template: ignore file based on variable value

GeKo
Contributor

Hello,
I am creating an asset-bundle-template which should be able to include/exclude certain files, depending on the value of a parameter, e.g. if parameter "include_file" is set to true, then the bundle init command should include the template file(s), but if "include_file" is set to false, then the bundle init command shall ignore those file(s).

Is this somehow possible to include/exclude file(s) on bundle init, via a variable ?

many thanks!