Is there a way to tell if Xcode is set to Debug or Release within C# / Unity? Some kind of static class or # define?
I'm specifically talking about the "Build Configuration" dropdown in the Edit Scheme menu. This can be set within Unity using the "Run in Xcode As" dropdown in Build Settings.
Mind you I'm not talking about the Development Build checkbox in Unity. Just Xcode (or platform, whatever). I'd like to run platform-specific build-configuration-specific code.
↧