#35 - Multiple Scenes loading simultaneously

I have followed the instructions in the lecture. However, I have both scenes loading simultaneously. How to I go about troubleshooting the issue?

I have given a print in the first scene :
print(“Loading first scene”);

This gets printed onto the console. However, it immediately moves onto the next scene. I haven’t written any code to move on to the next scene.

A little help pls

Hi @altergyan ,

First of all these sort of posts should be in the udemy Q&A just thought i would let you know.
My instinct is telling me to check your build settings as in whats the scene order.
This lecture is supposed to load the second scene straight from play but uses the build index to do so. If you havent deviated from the course code then thats the only thing i can think of without seeing the code.

Privacy & Terms