Search Unity

Feedback (MacOS) Support for "Create Xcode Project" from scripts

Discussion in 'Editor & General Support' started by clckwrk, Jul 28, 2020.

  1. clckwrk

    clckwrk

    Joined:
    Oct 12, 2010
    Posts:
    3
    Recent versions of Unity now support a useful "Create Xcode Project" checkbox when building for MacOS. Unfortunately there is no way to enable this option via editor scripts.

    This is a big issue because it means that I need to manually VNC into my build server every time a new project is pulled to open up Unity and check that box. This is not ideal.

    For the record: I expected to find this option in the BuildPlayerOptions API.

    Thanks in advance for adding in this quality of life feature (hopefully to 2019 LTS) :)
    - Asher
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
  3. clckwrk

    clckwrk

    Joined:
    Oct 12, 2010
    Posts:
    3
    That solved it! Thank you!