SetScriptingDefineSymbolsForGroup
我用PlayerSettings.SetScriptingDefineSymbolsForGroup方法设置一个自定义的宏定义. 在生成xcode工程的时候,宏定义并没有被带到工程中.导致宏定义无效.不知如何解决. xcode project: build settings->Preprocessor Macros
Edit: Englist translation courtesy of google:
I use the PlayerSettings.SetScriptingDefineSymbolsForGroup method to set a custom macro definition. When generating the xcode project, the macro definition is not brought to the project. The macro definition is invalid. I do not know how to solve. Xcode project: build settings-> Preprocessor Macros
Comment
Answer by turbanov · Oct 16, 2017 at 06:31 PM
Setting defines is for C# only, not for generated Xcode project.
Your answer
