I need to create a GameObject[ ] of every child of ‘root’ with a certain tag. This has turned out to be trickier than I expected- I can’t think of an easy way to search through only the children of an object for a tag (without searching through everything in the scene for tags, then filtering for the right parent). I’m still searching for an answer myself, but can anyone here suggest a good approach?