Hello,
my goal is to position an object, at the bottom of another object, through a script.
but i’m having trouble getting the correct position.
Since the RectTransform position is Relative to the pivot, trying to get RectTransform.Ymax, doesn’t get me the correct point.
I think it gives a local point relative to the pivot.
I found out that with Tranform.GetWorldCorners(), I can get the corners sand through that, the bottom Y.
But i was wondering if there is an easier and better way?