Why are 2 levels loading at the same time?

Hi all,

VR Project

When I play my intro level (the first level) my track from my playable level is playing along with accessed none logic that should not be executing yet as I have not (in theory) loaded the playable level. This is what leads me to believe it is loading the levels simultaneously.

Check list:

1.Disconnected audio in the playable level which did turn it off the track in my intro level.
2.Checked levels which showed this is a standalone persistent level, the playable level says this feature disabled when world partition is enabled.
3. Checked level blueprints and begin plays and outliner to make sure audio does not exist
4. Checked levels are not loaded immediately.

This is how I load the main menu from the intro:

This is how I load the playable level from the main menu level:

Please help :slight_smile: