i.e. GameObject.FindGameObjectsWithTag, GameObject.Find, Physics.OverlapSphere, etc.
Are the objects returned in a random order?
The order is “undefined”. IE - not random but not guaranteed to be the same with every call.
1 Like
That’s what I figured. Thanks for helping someone too lazy to test it out.