Hi, I have many identical game objects, each with a handful of children objects. In a script on the parent, i want to get a specific child of the object. I don’t really want to do the foreach method if i don’t have to. I would like to be able to say GetChild.find or something like that. Is that possible?
thanks!