superunitybuild/buildtool

how enable/disable plugin for different release types?

Closed this issue · 1 comments

hi dear friends, i have two release type and two plugins, this plugins cant be in a build together.
so i need to keep plugin a in release type a and plugin b in release type b, and delete another plugin.
i tried do this with moving unwanted plugin to out of Assets\Plugins\Android, but unity detecting plugins out of this folder and build getting error with this value:
Execution failed for task ':launcher:checkReleaseDuplicateClasses

how resolve this?
thnks

resolved by moving unwanted to hidden folders
unity ignores files in hidden folders ( dir name starts with . )