I'm trying to instantiate some GameObjects with Camera components on them for LATER use. That is, I want to create these objects, but NOT have the 'main' view jump to the new camera I created. I understand I can do this by setting 'active' false, but doing so then makes GameObject.Find("mynewcamera") not work.
Any tips?