Hi,
I want to use pre-processor directive in my game to enable/disable certain features of the game like #define IS_SINGLEPLAYER etc.Is it possible to add this to unity pre-processor define? so that i don’t end up adding the #defines to all the C# files in my project.
OS : Windows
Unity version : Unity3.1
Thanks,
Beast