After updating and test running some scenes from my current project in Unity 4.3 i get 2 errors when i stop the play mode in the editor:
Yes, i instantiate an object for scene transitions in OnDestroy() if the last enemie in my game is destroyed.
But this was never an issue in 4.2. And now every time i stop play mode in the editor i end up with the instantiated object in my hierarchy.