Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: technicat on October 30, 2013, 03:27:38 AM

Title: UIMaskTexture
Post by: technicat on October 30, 2013, 03:27:38 AM
I've been handed a Unity project that I think is using NGUI 2.3 and has a code reference to a UIMaskTexture script, but that script is no longer available when I upgrade to NGUI 2.7. Any tips on how that should be replaced?
Title: Re: UIMaskTexture
Post by: ArenMook on October 30, 2013, 05:16:03 AM
That script has never existed in NGUI, so someone else created it.
Title: Re: UIMaskTexture
Post by: technicat on November 02, 2013, 11:15:12 PM
OK, thanks. It has the same class doc as UITexture, so looks like someone made a variation and confusingly left it in NGUI/Scripts/UI (where it got clobbered when I updated).