I’m just trying to create a nested for loop inside another for loop that will populate a Uniform Grid with widget squares…
I tell it I want to go on the X axis by 5 squares, and on the Y by 10. However when I run the code, it creates it in the opposite way. This messes up my code later on when i’m trying to get specific values out of the widgets
Has anyone run into this before and knows a solution? Simply cheating and swapping the X and Y won’t work unfortunatley.