Whenever I load a new scene the ‘first time’ the Awake() and Start() methods of the attached script are executed, as expected. But when I switch to another scene (Application.LoadLevel()) and switch back to my previous scene only Awake() is executed but not Start().
I’ve never experienced such behaviour before Unity5, so is it something new with Unity5 or am I doing something wrong.?