Heyo!
I've got this inventory bar at the bottom of the screen which houses all my pickups.
It's working well but I can't figure out how to sort the pickups so there won't be an empty space when I use one of them.
Any suggestions?
I have all the pickups in a family and the inventory slots are instances of the same object going from left to right.
I have a drag and drop behavior on the Pickup-family that is only active when the pickup is dragged from the inventory slots. I don't want the inventory to sort in the way described above when an item from the inventory slots is dragging, only when it is used (destroyed).
Attached screenshot for clarity and another one showing my basic inventory set up.
Thankful for any helpful tips or tricks!