Hello everyone!
I have a question that might sound rather trivial, but i don’t seem to find an answer for it. I have a bunch of 2D GameObjects with a parent GameObject (let’s call it GameObject A). Out of those GameObjects, i want to select 4 and align the center of that selection vertically with the center of a 2D GameObject parented to the GameObject A.
I have tried replacing the Transform with the RectTransform component for every object in question (including the parent one), but it doesn’t accomplish anything.
Thank you all in advance for your answers!