1
In the Unity
I realized that the apk
generated with no texture image script configuration, ie with nothing comes out with a size of 20 MB
, because they come out with this size and if it has to decrease this size?
1
In the Unity
I realized that the apk
generated with no texture image script configuration, ie with nothing comes out with a size of 20 MB
, because they come out with this size and if it has to decrease this size?
1
The size of the Unity generated apk depends on the Assets that Voce imported. Import only Asset Packages that you will need.
Sorry, my Unity is in English, so here comes Assets. I don’t know how it will be in your.
Pereira even the folder made the Assets comes out with size informed in the question
Browser other questions tagged android unity3d apk unity-5
You are not signed in. Login or sign up in order to post.
I never used Unity, but I believe that a very simple tip would be to check if the apk is being generated with the
buildType release
instead ofdebug
, because then it would run the proguard to obfuscate and minify the apk.– Wakim
@Wakim yes understood, in Android Studio is visible this setting, but in Unity I found nothing related
– Vale