Search Unity

How to add build flags to cloud build?

Discussion in 'Unity Build Automation' started by soaring, Sep 27, 2016.

  1. soaring

    soaring

    Joined:
    Jun 22, 2015
    Posts:
    27
    We would like to add build flags to cloud build, how do I do that? For example, I would like to be able to make windows builds with -nographics and -batchmode flags. Is that possible?

    Thx!
     
  2. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    i thought that -nographics and -batchmode are runtime arguments that you pass to the editor (or the player) ?
    are these compiler flags ? what do you mean exactly ?