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

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) :slight_smile:

  • Asher

I think it is already there, just not well documented. See the last post from @Peter77 below.

That solved it! Thank you!