I have a collection with a game object inside. Inside that game object is a child game object as below:
If I delete the parent object, I would expect the child to be deleted as well but it is not.
Assuming this is the intended behavior (which I don’t quite understand the logic of) , what is best-practice for keeping track of child game objects so they can be deleted individually before the parent is deleted?