UI GridLayoutGroup children positions

Hi,

I’ve been trying to figure out how I can get the position of a child within a GridLayoutGroup. I have 10 objects within the grid but each one returns the same transform.position and transform.localPosition.

Can anyone help?

Thanks

Failing all else, you could probably calculate it yourself based on the sibling index and the grid parameters.

(I imagine there’s a more direct way to do it, but I don’t happen to know it.)