Hi,
there is a way to define custom preprocessor variables shown in Unity Editor Inspector in a separate area as “global script settings”? So it would be able to optimize code compilation with setup simply a global variable via Unity Editor (results in an automatically set preprocessor variable). This is like shader compilation runs in Unity.
Is it be able to develop a plugin for unity to do this functionality?
Thanks.