buildtool icon indicating copy to clipboard operation
buildtool copied to clipboard

Version not sync with projet from command line

Open FEsteven opened this issue 2 years ago • 0 comments

Hi I use SuperUnityBuild to build unity project from command line in CI/CD pipelines. I checked the button sync with project version but If I update the project version in project settings, next build from command line do not update version for this build. After a quick search in this project, it seems that version is only updated from Editor/Build/Settings/UI/ProductParametersDrawer.cs when parameter is display.

So if I understand well, each time we update the version number in project settings, we need to display the SuperUnityBuild panel and extand the parameter section. Is it possible to update this value automatically when a build is launched, without having to display the SuperUnityBuild panel

Thanks, Fabien

FEsteven avatar Dec 05 '23 11:12 FEsteven