Things that can find inactive gameObjects :
transform.Find() or transform.FindChild()
transform.GetComponentsInChildren(true)
Resources.FindObjectsOfTypeAll()
For more detail you can refer to http://www.unityrealm.com/how-to-find-inactive-gameobject-in-unity/
↧