Hi.
I'm basically using this:
https://godotengine.org/asset-library/asset/530
To change my game menu to my gameplay. And it works very well
The gameplay scene is pretty big and in slower machines take about 12~15 seconds to load
However, the whole loading process starts only when I press "start"(duh)... And with this wait time(with loading animation, but still a big wait)
How can I start "loading" before, but only change the scene when I press "start", shortening this wait time?
(the menu itself has other options, but only "external" scene is gameplay)