Different spacing between Grid Layout Group component

So I have been making an inventory system for my game, and I have gotten to a point where I have made specific slots for equipped items, but I am wondering if there is a way that I can have this line of slots have a larger spacing under it compared to the other rows of slots. I am using a grid layout group 83991-layout.png

Any help would be appreciated!

1 Answer

1

I think, you need to wrap your cell content on another gameObject and set cell size of Grid to maximum of you want. Then resize your cell content in new gameobjects how you want.