I'm developing an architecture to build games. In order to isolate complexities I plan to wrap a basic version of NGUI and Unity GUI. In order for the compiled code to work with or without NGUI I would need to know if there is a kind of preprocessor or whatever I could use to know if NGUI is present in the customer's computer. Is such a way to detect NGUI?
Thx in advance!