Hey ! My game is getting really big, taking 40MB, which is a lot for a mobile game. When checking out the log of the Editor after generating the APK, I noticed that the heaviest files were textures that each were taking 5.3Mb of space. I went checking on my Assets folder, and saw that the actual size for each of those images wasn’t even above 500Kb.
My question is this: what would be the reasons why my textures weight a lot more once they get packaged, and is there a way to prevent that ?