I have a game project with a lot of sound files in it. in my game there are over 200 sound files. when in the layout browser run a need for a long time to open the game. is there a solution to fix it?
thank you
Make your sound files smaller?
Also, that should only happen the first time because most browsers will cache sound files.
Pre_load sound file
gumshoe2029 i choice 96 kbps on import sound game
Develop games in your browser. Powerful, performant & highly capable.
Yea, that should not be too bad then... you can try enabling gzip on your webserver, that will automatically compress all outgoing files, which will shorten your load time.