I have been trying to figure this out all day.
I have an array of data, with rows with info, its going to be long. Each row has three columns.
And based on this array I want to create a list of buttons, one for each row in the array, with the Name, Description, and Value on each button.
I have created a Template with the button sprite and the text elements, and I can create the template object with hierarchy on start of Layout, and get the first row of data from the array.
But all my atemtpts to to then generate the the rest of the buttons based on the rows in the array have been futile. And have each button under each other. (Creating a scrollable list is the next issue, but that's for another day)
If you have a solution to this, please share a screenshot of an event sheet.