Are you by chance now using LZ4 data file compression? It may increase the APK size at the cost of faster startup. Try setting the default compression in the build player window.
bin\Data:
In the previous version I had only 9 files and Managed folder - weight about 40 MB
In the new version I have 554 (Most of the are name with some GUID) - weight about 114MB, the largest file over there is: 00000000000000000000000000000000 and weights 14,852 KB
Hi,
I experience the same stuff… my App is 105MB but the Build Inspector doesnt show all the files… My biggest file in the build itself is 980kb, everything bigger is “outsourced” in AssetBundles. No idea where ~70MB do come from…
Did you find any solution or better information about the App size?
If you have Android Studio installed, you may try Build => Analyze APK option. Gives you an insight into what is using your APK size, has both compressed and uncompressed sizes.