all object will be destroyed when a new level is loaded. if you want an object to be permanent and not destrooyed when you call LoadLevel, you should call DontDestroyOnLoad for the object. a code like this
DontDestroyOnLoad(testObject); //should be called in Start