superunitybuild / buildtool

A powerful automation tool for quickly and easily generating builds with Unity.
MIT License
1.19k stars 121 forks source link

Version not sync with projet from command line #134

Open Fafou opened 10 months ago

Fafou commented 10 months ago

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