I notice that a certain scripting define keeps being readded under script compilation settings for Android.
How can I track down what is actually forcing this to happen? Or is this some bug?
I notice that a certain scripting define keeps being readded under script compilation settings for Android.
How can I track down what is actually forcing this to happen? Or is this some bug?
First thing would be to search your project for the identifier in question.
I did a search through all scripts and text files using Notepad++. Nothing was found.
I figure it might be something more complicated, where I can’t just find it as part of code.
It also helps is you tell which define it is
I know the exact define. That is how I was able to search all files with Notepad++.
I figure perhaps the whole thing is more complicated, such as compliled code so that I can’t really know what keeps adding the define.
Could it be this is actually a unity bug where the define is removed in the UI, but not from the settings. Thus is just reloads those actually unchanged settings and it reapears in the UI since it was never actually removed?
What ways coud a define be added to the settings, other than a user doing so from the UI or a script?
I think they were asking you to tell us what the define is.