Hey guys, all good?
I have a question. What's the best way to check if, for example, four objects are positioned side by side, forming a square or another shape? If I arrange four objects like this:
[obj 1][obj 1]
[obj 1][obj 1]
How can I verify if it's true? Any suggestions?
Many thanks.