Hello, my game is a 2D game that runs only on browsers (for now at least) and the startup time is really slow. I'm using threaded loading for the big scenes but there's still a lot of time between when the webpage is loaded and when the game starts up. Is there any way to shorten this? I'm not using 3D at all and i barely even use 2D Physics, it's mostly just control nodes.
#Need help with loading times
4 messages · Page 1 of 1 (latest)
anyone? 🥺
have you checked the scripts for anything which seems to take up a lot of power and if you can make it efficient
as i said most of the loading is done before the game starts, so it's not something i wrote
when the main scene is loaded it doesnt take much loading at all