Hi,
I’ve made a custom hierarchy view for my game. I’d like to be able to drag and drop objects from the hierarchy into the inspector like the built-in hierarchy supports. This poses two problems:
- Onclick doesn’t seem to wait until mouse up, so dragging selects the clicked object immediately
- How do I tell Unity that it’s dragging the underlying object?