this my nodes i want to show a list of saved array starcut that has user name reaction formula and date , but the problem is when i show this in UI it shows only last array elements and not showing the others but when i try to print string like in the pic it print all the array correctly so what i’m doing wrong , i stayed a whole day but no luck. if any one know the soloution please tell me
The Scale box can hold only one child. You need to attach a Canvas panel to the Scale box and then add child widgets to this Canvas panel.
thanks for replying, i put a scale box by mistake when i retried the nodes, i added a scroll box before but it was the same show only last array elements, what i need is to make scroll box show the array list that is entred during play like in scoreboard , but as a said it only show last one
sorry for replaying late , the problem was that i wraped my scrollbox with overly thats was the reason i changed it with with vertical and that fix my prob, thanks for your help