16
NGUI 3 Support / Re: How do I move, reparent and show/hide widgets properly?
« on: October 22, 2014, 09:06:43 PM »
i think i have similar trouble , in unity 4.5.5 and ngui 3.7.4. . when i use drag & drop item which has uipanel component, and when item goes back to grid if can't dropped to right a surface. i use hack like this :
or without this hack, item is just disappear when moved back to grid.
- panelItem.enabled = false;// NGUI hack
- panelItem.enabled = true; // NGUI hack
or without this hack, item is just disappear when moved back to grid.