proplem with the size of the file and the loading time

so im creating a game just to learn

and i have finnished it , but then when i wen to try it on my android device i noticed that the size is about 27 MB !

for a very simple game !! i did not add sound yet !!

the total size of the pics is 500 kb !!

why did i got 27 MB

even the loading time is too large !!

i like unity but this thing maybe make me change it

Did you enable stripping?

1 Like

I heard this only pro feature…
I’m student and I’m doing this as a hoppy
Is this the only solution?

So, the unity engine it self is ~12MBs. This differs somewhat depending on what version of Unity you’re on. Android normally unpacks the libraries when put on a device so that would cause your application to more or less double in size if your assets usage is low. If you are using Unity 4.6.x you will also see an increase in size since that version by default include two versions of the engine. One for x86 and one for ARM. You can build separate APKs for each architecture by changing the “device filter” filter option in player settings.

1 Like