Hey guys,
There's a new line of code i'm not familiar with and I can't seem to find an explanation for how it works. Here it is.
#if UNITY_IOS
private string gameID = "xxxxxxxx"
#elif UNITY_ANDROID
private string gameID = "yyyyyyyy"
#endif
I know where my game Ids are in the unity dashboard. The problem i'm running into is that when i type this into my code everything below it all just gets greyed out and nothing seems to compile. Am i not understanding the correct way to type this in.
↧