Could any one tell me why the Unity 3d Android Apk size is 7.9MB without using any assets.
I have created a New Project without importing Any assets and nothing is ther in Scene other than Maincamera. And later just take a build by making switch platform for Android and i took .Apk.
I have shocked after seeing the size of Apk it is around 8 MB.
Please check the below image which will give a clear picture of Editor log, No assets and in Hierarchy view only Main camera is there.
The final apk is made out of a lot of things, like indeed the Unity Player itself, and maybe some models, scenes, scripts, and other custom made objects.
The unity player is actually the most important! Without this one, your application will not even start working. The unity player is, just like on your computer, the one that will proces all the 3d-objects, scripts, etc…
There is no way you cannot include the unity player - and you also don’t want to!