Hello,
I have a game where some items are spawned Every X second in Game Layout so there is equal distance between certain moving objects, I also have Menu Layout.
So when I go to Menu Layout and Return to Game Layout, some time I get first Spawning at wrong times, it looks as though Layout is remembering last Every X second time and finishing it for first spawning.
I'm trying to debug if some of my other conditions are messing with it, but I wanted to confirm how Every X Seconds worked