Hi,
I keep getting these "You can't place widgets on a layer different than the UIPanel that manages them.
If you want to move widgets to a different layer, parent them to a new panel instead."
I would like to get rid of them. I know they are caused by loading prefabs as items (UI dragpanel contents) in a grid (draggable panel).
I am using this code:
NGUITools.AddChild(grid, prefab);
Any suggestions? (using the latest version)