Search Unity

Cloud Build - Change Icon set and App name

Discussion in 'Unity Build Automation' started by bzAdam, Jul 11, 2016.

  1. bzAdam

    bzAdam

    Joined:
    Aug 4, 2015
    Posts:
    39
    Hi is it possible to change the Icon set and App name of a build?

    I have an app that I would like to release a "full" and a "lite" version. The project uses conditional flags to turn on and off features and is store in a single git repo.

    I would like to be able to set up two build configs from the same repo, one for the lite version and one for the full version. I would like to be able to change the App name to include the "Lite" postfix and I would also liek to change the icon so that it displays "lite".

    Is this possible and if so how might I achieve this? I have tried changing the Profile settings dynamically but the name did not change. Also I have tried loading the icons files dynamically but this also did not work.

    Thanks
     
    mshem and DaemonTrey like this.