Example:
#if DEBUG float testVar; #endif [Conditional("DEBUG")] void TestFunc() { testVar = 3; }
As you can see, I am tryi