How to decrease the apk size generated in Unity?

Asked

Viewed 818 times

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?

  • 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 of debug, because then it would run the proguard to obfuscate and minify the apk.

  • @Wakim yes understood, in Android Studio is visible this setting, but in Unity I found nothing related

1 answer

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

You are not signed in. Login or sign up in order to post.