Hey,
After buying the full package of NGUI, I found out I basically wasted my time with the free version. It's much better and worth the money! Anyway, I've been trying to use ColorTween to make my UIEquipmentslots fade in. Unfortunately, my UIEquipmenslots consist of three items (Background, Label & Icon). If I tween the whole GameObject, it will only take one of the three items to tween along though. This is first my background, if I remove that it's my Icon, if I remove that, it's my label.
Clearly it only gets one child to tween along.
I'm trying to fix this, but at the same time I thought I'd share it, perhaps someone else knows how to fix it.