Apk Setup File Size

Hello;

I am planing to design totaly 40 levels and for this 40 or more scenes.Now i just have 6 Scenes and total size of APK is 16.2 mb .So it will increase about more than 30 mb maybe.is that ok ? or do i have to load objects on each level or what?I am so confused about that and waiting for your answers.

Good Afternoon

The size of the package does not rise linearly with the number of scenes- it rises with the number of assets. If all your scenes use the same models and scripts (but in different arrangements), after the first one the size of your build won’t really increase that much!

If you strip away all of the textures and models, there is still about 6-8 meg that comes from the runtime libraries. There is no way of getting rid of that, but neither will it increase as your project gets larger.

If you want to keep size down, keep all your textures under 512x512, and don’t use detailed lightmapping (since it basically trades processing power for hard-drive space).

Thank you it is helpfull.

and a question more do u have any idea about limit size of an APK ?

is it funny?