Hello,
I am having big troubles to integrate the "Example 11 - Drag & Drop" functionality into my own project. I want to drag an object from the 2D UI and drop it on an object in the 3D space. Is there a step-by-step description on how to do it? I'll try to explain what I did so far:
- I have an Anchor that is positioned at the left side of the screen. Inside, I have a Panel and some Widgets that represent some kind of media library (= a collection of images). From this media library I want to drag 2D objects on the 3D canvas (a simple plane).
My questions: Where do i have to attach the following scripts to? DragDropItem.cs, DragDropRoot.cs, DragDropSurface.cs
Thanky for any help!