Search Unity

How to modify player setting 'Split Application Binary' in C# custom editor

Discussion in 'Immediate Mode GUI (IMGUI)' started by unisip, Jan 27, 2016.

  1. unisip

    unisip

    Joined:
    Sep 15, 2010
    Posts:
    340
    I'm automating the build process of my game as much as I can, which includes modifying some player settings before build the game for different targets.

    I looke at the PlayerSettings C# class but couldn't find a property that corresponds to the 'Split Application Binary' flag for Android. Is there a way to access it in code?
     
  2. binaryben

    binaryben

    Joined:
    Nov 26, 2012
    Posts:
    1
    Wasp3r likes this.
  3. unisip

    unisip

    Joined:
    Sep 15, 2010
    Posts:
    340
    Hey, thanks for the tip. Actually I hadn't found this in the doc :)
     
  4. ParkMoonki

    ParkMoonki

    Joined:
    May 2, 2016
    Posts:
    1
    Thank you