open wizard on scene load

How can i open a wizard in the editor, when loading a new scene without the need to hit play?

I have some sort of settings-wizard, which needs to run every time, a new scene gets loaded in the editor. Because these settings are important for our project, i want to open up the wizard automatically.

I’ve noticed that Time.realtimeSinceStartup resets to 0 when you reload a scene. You could keep track of the last time stamp and if Time.realtimeSinceStartup is ever less than that it could give you a hint that the scene was reloaded.