Re: [Development] UNITY_ANDROID #if Problem

2015-09-08 Thread Jake Petroules
> 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

[Development] UNITY_ANDROID #if Problem

2015-09-08 Thread Steve G
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