> On Sep 8, 2015, at 1:44 PM, Steve G wrote:
>
> I’m using Unity 5.1.3 with MonoDevelop on a Mac with Yosemite 10.10.5 and I’m
> having problems with #if statements, For example, when I do
>
> #if UNITY_ANDROID
> something 1
> #elif UNITY_IPHONE
> something 2
> #else
> something 3
> #en
I’m using Unity 5.1.3 with MonoDevelop on a Mac with Yosemite 10.10.5 and I’m
having problems with #if statements, For example, when I do
#if UNITY_ANDROID
something 1
#elif UNITY_IPHONE
something 2
#else
something 3
#endif
in MonoDevelop it shows autocompletion for UNITY_ANDROID and “No c