Is there a way of my game load fast? I submit my game to itch.io and Facebook Games, but the load at the beginning takes too much time, I guess it loads all game at once, Menu, and all other scenes, So I want to know if I can make this load faster.
Thanks.
delete unused assets
1 Like
Reduce the size of your assets. Make your images smaller, particularly if you scale them down in the game, and reduce the size of your music/sound by using a lower bitrate. If your music format is MP3, try switching it to Ogg Vorbis.
1 Like