Ethan Lincoln
Results
1
comments of
Ethan Lincoln
I almost exclusively use them for editor-only or debug-only code, and branching platform code, e.g. `#if UNITY_EDITOR ... #endif`, `#if DEBUG ... #endif` and ``` #if UNITY_IOS ... #elif UNITY_ANDROID...