Hi!
I have a complex NGUI object which consists of UI Root object > Camera object > Anchor object > Panel objext > all my objects. I developed it in the other project. Not all of children objects are active at start, but when I put this prefab into my main scene and execute command
Instantiate(Terminal,new Vector3(0,0,0),Quaternion.identity);
it activates all children! What should I do to make inactive objects remain inactive at start?
Thank you!