If I create a simple object hierarchy in my scene...
-ExampleGameObject
--Child1 [is active]
--Child2 [is not active]
...how can I accurately store this as a prefab? If I drag ExampleGameObject to a new prefab, then instantiate that prefab, both Child1 and Child2 will be active, which isn't what I want.
