Size problem of many levels (Scenes)


Hey everyone👋. I have created 9 levels (9 scenes) in my game, it’s a horse racing game. I don’t use terrain it just lows poly assets i have done in Blender but the build size of 9 levels is
330 MB. I don’t know why this happen also i would like to ask what the best way is to do many levels (many scenes) and give me a small APK size. every level is a small i mean it’s not a large scene. Thanks in advance.

It’s not clear by the image you uploaded, a recommendation would be to use the APK Analyzer from Android Studio to view the size information of contents of your .apk file: :link: Analyze your build with the APK Analyzer.


Sorry for the late reply. Here it is.

In the game i have many audiences (60 characters) per scene. it’s just one model (one mesh) and i put these 60 characters in every scene. Is that cause that problem?

That should like the rootcause, and it’s not Android related. Try to do some asset optimization by following these resources here and here.

Ok thanks so much for replying