The level is not loaded immediately

Hello,
I develop levels and use “Load Stream Level” to do this. Everything worked well, but suddenly the loading of the levels did not start immediately, I will attach the video. I tried to delete and re-create the level, but it didn’t help. How to solve this problem ?

[Video][2]

Couple of ideas:

  1. Put a DoOnce before the load. Overlaps are not an exact science, and you could be calling the level load more than once.

  2. Depending on the size and complexity of the level, it can take anything from 1 second to 20 seconds ( or more depending on hardware ) for a level to load.

Hmm, sorry, don’t know what else it could be…

Maybe, but other levels load well. DoOnce didn’t help :frowning: