We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3fd1f commit 0264c1dCopy full SHA for 0264c1d
Runtime/Advertisement/AdvertisementComponent.cs
@@ -74,6 +74,8 @@ protected override void Awake()
74
m_adUnitIdAndroid
75
#elif UNITY_IOS
76
m_adUnitIdiOS
77
+#else
78
+ string.Empty
79
#endif
80
;
81
}
0 commit comments