ConditionalCompilationUtility
ConditionalCompilationUtility copied to clipboard
Automatically add defines upon the detection of predicate classes
After having a lengthy discussion with Lukasz P here at Unity I figured I'd write some of my notes down to capture ideas that could improve CCU or invalidate its...
After talking to Lukasz P it became clear that silently modifying defines and potentially assembly definitions in the future is not user friendly. It was part of a longer discussion...
Hi 👋🏻. I use ConditionalCompilationUtility in a library called [3D WebView](https://developer.vuplex.com), and a user contacted me about an issue where an uncaught TypeLoadException was being thrown by ConditionalCompilationUtility. Here's the...