Hello.
I’m having an issue with my inventory system’s drag & drop function. I’m trying to drag items from the players’ inventory to a storage container inventory. The logic is working if I drop an item on top of another and swap that way, but dragging an item into the inventory as a new entry doesn’t seem to work.
The widget that contains item entries is a Vertical Box as a child of a Canvas Panel, the widget is set to “Is Focusable” and “Visible”.
I’m trying to achieve a vertical item list as the layout of the inventory contents, hence why I am using a vertical box instead of a conventional slot layout.
Am I missing something? Can a list view not be used for drag & drop operations?