How do I change them to work on the latest version of NGUI?
Title: Re: error going from V3.03 to 3.6 (latest) how to fix?
Post by: ArenMook on June 04, 2014, 12:30:12 AM
The button class has changed quite a bit a few months ago. You seem to have created your own class derived from button, so it's up to you to update it to use newer features.
I don't advise you to derive from NGUI's components in the future. Stick to writing stand-alone scripts.