- Home /
Textures get larger in Android build
Hi All,
We are new to porting to Android. We have Unity Pro and basic Android. We have hit the 50 meg file limit.
The textures get larger when compressed? Is there a setting we are missing?
loading-lake.jpg 92K in project : 170.8 kb it editor.log valhallaSnapshot.png 432 KB : 682.7 kb
dozens of files all at 682.7 kb in log file?
Thanks
i think this is a re compression problem have you tried a different format?.
Answer by zenforhire · Dec 05, 2014 at 07:34 PM
It got smaller when we changed the compression format. We gave up playing with overriding textures for Android trying to get below 50 Meg.
We eventually, read randomly, found a reference to binary splitting to an OBB. We have tried this and have successfully side loaded a phone apk: 9.xxx kb obb: 49.xxx kb.
We are now learning how to get GooglePlay to download the obb.
Your answer
Follow this Question
Related Questions
Android Texture Compression with RGBA 1 Answer
Android: Preparing textures for 16-bit compression 1 Answer
alpha channels in android? 1 Answer
Toggle Textures on and off 1 Answer
How to load KTX textures at runtime? 1 Answer