I have a prefab with TNObject script on it, the ID is set to 0. When I instantiate the object, no parent is found in the TNObject Start() function (transform.parent = null). Not sure what to do, it's on the top of the hierarchy on the prefab.
One thing to note - I am instantiating the object after a new scene loads in the Start() routine of an object that is already in the scene. Could this be causing it? If so, how??