Hey there
I’ve been trying to learn how to make tools in Unity and started using the UI-Toolkit. It has been nice working with it so far and I started to create a tool, that lets you create custom collections of assets. These collections / assets get displayed in a ScrollView with their PreviewImage and their name and now I wanted to add the ability to Drag-and-Drop them into the Scene.
When I looked online for some kind of guidance I couldn’t really find anything so I wanted to ask if thats even possible and how I would start doing that.