Search Issue Tracker
Fixed
Votes
0
Found in
2018.3.14f1
Issue ID
1203725
Regression
No
[Android] Larger apk file when Using ASTC Texture compression
ASTC Texture compression makes textures smaller thus build size should be smaller. This does not work when building for Android - apk size increases.
Steps:
1. Open attached project "repro.zip"
2. Make sure that all textures inside Assets/Textures have Format: RGB Compressed ETC 4 bits
3. Build for Android. Note: APK size is 9.2MB
4. Assets/Textures > select all textures > Set Format: RGB Compressed ASTC 8x8 block
5. Build for Android and check the apk size
Expected: APK size is smaller ( < 9.2MB)
Actual: APK size is 0.1MB larger ( = 9.3MB)
Reproduced with: 2017.4.37f1, 2018.4.18f1,
Not Reproducible with: 2020.1.0a25.
Note:
- after changing compression, also note that the size of each Texture has become smaller
- not reproducible on iOS:
RGB Compressed ETC 4 bits = 702.9 MB
RGB Compressed ASTC 8x8 block = 700.1MB
-not reproducible on Standalone: no ASTC compression option
-reproducible on both Mono and IL2CPP
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inconsistent logic on when 'open VFX graph Samples' button appears on Visual Effect Graph in Package Manager
- Unable to dock tabs on panels when non-standard pointers are used (touch-screen, tablet and pen)
- Editor hangs when rendering TMP Text Component with Left and Right Margins set in the Extra Settings
- Occlusion's fields can be set to negative numbers
- Issues with tutorial content in Universal 3D sample
MateiGiurgiu
Dec 14, 2023 09:28
I have the same issue in Unity 2021.3.20. In which version was this fixed?