Hello. When I switch from my title screen room to the game room, it’s a noticeable delay between when the screen starts to render. Probably like 6 seconds.
I’d love to know what that delay is, but that’s not the critical question.
Question:
- How can I wait till that delay is over?
Extra Context;
- I can play a sound effect in step count 0 and a different one in step count 1 and it’s about 6 seconds between the two sound effects.
- my room for the actual game is only using dynamically created objects in scripts. In other words, there’s only one persistent object that was dragged onto the room editor. Nothing else from the room editor. But that persistent object is what creates everything for the game.
