Undocumented Unity Function
So, you’ll find the childCount property documented, but what you won’t find in the documentation is GetChild(). According to the forums, the reason it’s been left out is because of unpredictability – the array of children is not guaranteed to be in a consistent order. However, that’s not to say that it can’t still be useful – you can get the idea of where I’m going with one concept from the snippet... Read More
