enable/disable child objects?

How do i enable/disable an object and its child objects?

Create an uncle between parent and children, kill the uncle and save the parent :slight_smile:

You can call SetActiveRecursively(false) on a GameObject to disable the object, its components, and any children.