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

Remove the appConfigFile property #202

Closed Azurelol closed 10 months ago

Azurelol commented 1 year ago

Description

The property UnityBuildPlayer.appConfigFile was duplicating configPath, and applying a convention twice to buildTarget. We can safely remove it, partly due to it not being used and because AppConfig will be deprecated in UBS 2x.

Changes

Azurelol commented 1 year ago

I have discussed this with @Joaquimmnetto .

Azurelol commented 10 months ago

Sounds-a-good to me. Just remember this is a breaking change, plz merge it in a release branch.

Will do, Joaquim Netto.