It would be really nice to have an option when in a hierarchy structure such as either the file view, or the outline view to be able to right-click on any object in the tree, and get options like “Expand all children” / “Collapse all children”, if you want to edit sub categories of many objects, for example consider the following hierarchy structure:
– Thing 1 (GameObject)
------ SubThing 1 (GameObject)
---------- Element1OfThing2 (GameObject)
-------------- Script I want to edit
– Thing 2 (GameObject)
------ SubThing 2 (GameObject)
---------- Element1OfThing2 (GameObject)
-------------- Script I want to edit
– Thing 2 (GameObject)
------ SubThing 2 (GameObject)
---------- Element1OfThing2 (GameObject)
-------------- Script I want to edit
If we have many objects like this, it can be quite messy to have to expand and collapse all of them all the time, so a function that would expand all children / collapse all children would be really usefull here.