Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
2017.1.0b6
Issue ID
913876
Regression
Yes
[Android] Using LZ4 compression with split binaries transfers some of the file size from obb to apk
[Android] Using LZ4 compression when building with split binaries transfers some of the file size from obb to apk
Normal build: 40.2MB apk, 371MB obb
LZ4 build: 161MB apk, 274MB obb
How to reproduce:
1. Open the stripped project from ownCloud
2. Build the project using Build > Production > All Android
3. Move the built files from Project/ATC to some other directory for later
4. Open BuildScript.cs and uncomment line 228 to enable LZ4 compression
5. Build again
6. Compare built file sizes
Expected behaviour: overall build size increase when using LZ4
Actual behaviour: apk file size increases while obb file size decreases
Reproduced on: 5.6.0p3, 5.6.1f1, 5.6.1p1, 2017.1.0b8
Fixed in: 2017.2.0b2
Backported to: 5.6.2p3, 2017.1.0p1
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
Add comment