Dears,
I’m trying to find how I could realize a drag and drop application, which from a list I could drop elements to the free area without deleting them. Once we need to add more we could do that.
Thanks for any help or suggestions : ) )
Dears,
I’m trying to find how I could realize a drag and drop application, which from a list I could drop elements to the free area without deleting them. Once we need to add more we could do that.
Thanks for any help or suggestions : ) )
UI drag and drop is done by implementing the appropriate interfaces… not exactly sure from what you’ve said of what you actually want to achieve but you should look at:
http://docs.unity3d.com/ScriptReference/EventSystems.IDragHandler.html
http://docs.unity3d.com/ScriptReference/EventSystems.IDropHandler.html
etc. and the other interfaces that are a part of the eventsystems namespace
Here is one of my UI tutorials that deals with drag and drop. It should give you a good overall picture. The details are up to you.
Thank you for your reply.
What I want the images you have down, I could drag and drop them without I erase them from their principal place.
It’s like I have a menu.