Search Unity

Apk size unity 5.6

Discussion in 'Android' started by Honikou, Apr 20, 2017.

  1. Honikou

    Honikou

    Joined:
    Feb 18, 2013
    Posts:
    92
    Hi,

    My apk was 40% lower in size before unity 5.6.
    I had a little trick where I hide element from my scene, and I enable them when the scene loading.
    But now this trick doesn't work anymore and Levels take a huge space on my platform game.



    I have a platform game, I need a lot of scene (one by level), what can I do ?
     
  2. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,874
    Try to disable Android TV Capability and Android Game from player settings. Also don't forget to clean GI cache.
     
  3. Honikou

    Honikou

    Joined:
    Feb 18, 2013
    Posts:
    92
    I never used Android TV capability. But I remove Android Game and the size is still the same.

    I build only on ARM now. I think I will make a build x86 just before the release of our game then a version of the ARM. That is the best technique to have all user with small apk size (separate).

    But I think you need to make 2 release with version code different obvioulsy.