By default, when i run and build my game, Unity creates a new project in Xcode, but I’d like it to use one that I’ve already pre-defined the settings for. How do I set if to target a specific Xcode project.
Sorry for the noob question
Thanks!!
By default, when i run and build my game, Unity creates a new project in Xcode, but I’d like it to use one that I’ve already pre-defined the settings for. How do I set if to target a specific Xcode project.
Sorry for the noob question
Thanks!!
The default xcode project is located in /Applications/Unity/Unity.app/Contents/PlaybackEngines/iPhonePlayer/iPhone-Trampoline and can be modified there. I would recommend backing up this folder before modifying it, and this is not a per-project setting.
thanks!