I have 3 different planes in the hierarchy. I wanted to make if first plane reached this position (x:30, y30), 2nd plane will start to transform. Is there a way to return value for another object?
a simple pseudo code in my mind is…
if(plane 1 is at this coordinate)
{
plane 2 starts to transform
}
or would be better if I proceed to use parenting?