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
Comments (1)
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
MateiGiurgiu
Dec 14, 2023 09:28
I have the same issue in Unity 2021.3.20. In which version was this fixed?