- Home /
Unity cloud build android custom version
When I'm building project for Android using Unity Cloud Build it's setting build version starting from 0.
How can I change it to the needed version?
Please, help!
I am not sure this feature is available, because changing manually the build version sounds not like an expected behaviour. UCB starts from zero then increment each build number automatically.
Thanks to this behaviour, you can make a new build with the same version number and upload it to a platform like the play store without getting conflicts. Note that what we call "build version" here is the "Bundle Version Code" of the Players Settings, not the "Version".
If you install the build #22 of UCB, the version of the app still can be 1.0.2
Your answer

Follow this Question
Related Questions
my android game cannot come back from an unity ad or facebook login 0 Answers
Error when building for Android, SDK path is incorrect while it is. 0 Answers
How to define which Android API level should I target for Minimum and Target? 1 Answer
Three problems needed to be solved for completing my game Please help me in it 1 Answer
My Game works on Unity editor but doesn't load second level on Android 4.2 1 Answer