I ran into a strange issue (twice now) where I populate a scrollview with dynamic entries at runtime. It all looks good in the editor but once I run the game on a mobile device, the entries are reversed in order.
Just to test I reversed the list before I populate the grid (scrollview) and again the entries are in reverse order on the mobile device.
I use dynamic entries for scrollviews all over our game but only ran into the reversing issue twice thus far. Any ideas what I might be missing here?
Just FYI: "sorted" is not checked on the grid
thx