Hi.
I'm new to NGUI and I learned I guess almost every thing but there is one thing I could not figured out.
I'm trying to drag and drop prefabs to different game objects but it does not work.
I can pick and drag item but I can not drop it.
When I pick and drag the item, the prefab became child of my drag and drop root object but when I try to drop the object it just return to the container.
I'm using all the scripts drag and drop root / container / item and surface.
When I'm working the example scene of the NGUI, I can drag and drop items to different surfaces with no problem but when I try it on my own game it simple does not work. Any one can tell me why it can be ?