RPG Inventory not refreshing when pick up additional item

Grannyboy

Active member
I have this bug where my inventory wont refresh when picking up an item. The item will only show if i try to drag another item in to the slots where this invisible item resides.

Please watch this video for a better explenation:

Is there any brute force way of always "refreshing" the inventory when opening the panel?
 
Yes, there are multiple places where you can tell your inventory Shape grid to draw.

On the panel binding:
1682324342078.png
or on the ItemShape Grid itself
1682324387493.png
Of course you can also force draw it by script or via a Unity Event calling Draw() or ResetDraw()
 
Top