Hello
I have a UI Grid object that gets filled up on start up.
I added an anchor to the object and set it to the top left, but it always ends up skewed off position.
I even set the position of the grid to 0,0,0 and it still is offset. The pivot for the UI grid is the top left, but it always moves (aren't objects added to its right side? Why does the grid move?)
This is before
And after
How can I get it to stay anchored to the top left and just have items be added to the right side? Why does the grid move?
It looks like it keeps putting the pivot to the middle even though its set to top left?
I call reposition after I fill the tray, do I need to call anything to fix the anchor?