I am working on a project that does not require ProBuilder. Although, if installed -- do nifty ProBuilder code.
Advice on best way to accomplish this?
Something like this is what I am thinking...
#if PROBUILDER_EXISTS
//probuilder code
#else
//other non probuilder code
#endif