GoCarrot / teak-unity

Teak SDK for Unity
Apache License 2.0
0 stars 1 forks source link

#if/#elif trees in Teak.cs and TeakNotification.cs should always end with a #else #61

Closed AlexSc closed 2 years ago

AlexSc commented 2 years ago

Probably the way to handle this is to #if on UNITY_IOS/UNITY_ANDROID and have #else handle the UNITY_EDITOR state, instead of explicitly checking for UNITY_EDITOR.