In this lesson we delve into how to load one scene from another by creating a start screen. We will also re-use this code for quickly restarting the game upon “Game Over.” Along the way, we experience an issue with how scripts are instantiated that determines whether or not default values should be set at instantiation or in the Start() method.