I’m working on an inventory system for a project of mine and haven’t been able to figure out how I can get items stored in a list and display the icon of each as a GUI Button with x amount of rows, and y amount of columns.
What I can’t get is to display, say 4 buttons, in a row then go down and make another row of buttons. So basically you’d end up with a grid of buttons 4 buttons wide, and however tall it needs to be to fit all the items in the list.
All of the other things such as replacing the button look with a 2D Texture is easy.
If you have any advice/code snippets I’d appreciate the help.