Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: kallavun on September 24, 2014, 03:43:07 PM
-
Hi all ngui users.
i am new to unity, ngui and English ;D
i have a problem about drag and drop. i searched for solutions but i cant find a solution. i don't know how to tell my problem clearly. so i draw it, sorry for that :'(
Thanks already.
-
Anyone? Pleas Help
-
how to limit grid or container for one drop only?
-
If you want to prevent drag & drop interaction, simply disable the collider or the drag & drop script itself.
-
@ArenMook how can i disable collider after 5 drops? i will make a skill select screen, player can choose 5 skills.
and is there a method to know which item dropped to grid or container?
-
After 5 drops? You will need to write a script that will keep track of this.
"Method to know which item dropped to grid or container"? Not sure what you mean.