Hey everyone, I am running a into a bug where I am loading a scene, but it is not actually showing up.
For instance unity editor says im in the chest scene:
where the chest scene actually looks like this:
I am confused because the moment i exit to another scene, it briefly opens the right scene before shifting to the other scene. How come the scene is “loading” but not actually loaded.
I’ve currently tried load scene, load scene assync and load scene with scenemode being single, and it still happens.
Does anyone knows why this happens?