Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: giosolo on June 06, 2014, 04:57:16 PM

Title: Detect NGUI version in script
Post by: giosolo on June 06, 2014, 04:57:16 PM
I'm writing a plugin that is based on the existence of NGUI in the project.
Is there a way to detect the NGUI version via code or that NGUI does not exist in the project?

Thanks,
Title: Re: Detect NGUI version in script
Post by: ArenMook on June 06, 2014, 09:54:51 PM
No, there is no way to do this in C# that I'm aware of. You will get compile errors if NGUI isn't present and you happen to be using its code.