Hi
i m currently using NGUI 2.2.2 ans there is a bug with the NGUItools.Destroy function.
sometime if i use destroy on items of a list somes are not deleted.
if i comment the line 471 of the NGUItools the bug is fixed
go.transform.parent = null;
i there an other way to avoid this bug ?
i prefere to not change the plugin class
ps: this bug appear since the 2.2.2 release.