I have 2 scenes and 3 files (2 of which the scene files). The first scene’s purpose is to load generate the level. This scene imports the level generator and generates the level. After generating, I pass the level on to the second scene, which is the actual game scene.
The problem is that I while generating the level, I insert all images and such, so they’re created in the loading scene. Thus, when I switch to the second scene, the level is “lost”. How can I make it so the whole scene is passed over to the game scene?