I’m creating an inventory system similar to Diablo’s, featuring a grid-based inventory with items that occupy multiple slots. Here is my inventory widget setup:
The issue is that when I scroll down, the items disappear even though they are still within the visible rectangle of the ScrollBox, while the grid slots remain visible. Does anyone know what’s causing this?