Trying to reduce the apk size below 50megs so google play allows upload.
I've found that when launching a level on device, apk has 'only' 23MB and rest of data is pushed directly to sd card without packaging. Looking at those files, my content takes only 10MB and rest (~$40MB) is 'Engine\Content' folder with stuff like default materials, editor icons and other irreleventness. Looks like this folder also get's packaged to apk in shipping mode because apk is bloated to +60MB.
How do I get rid of this?
I've found that when launching a level on device, apk has 'only' 23MB and rest of data is pushed directly to sd card without packaging. Looking at those files, my content takes only 10MB and rest (~$40MB) is 'Engine\Content' folder with stuff like default materials, editor icons and other irreleventness. Looks like this folder also get's packaged to apk in shipping mode because apk is bloated to +60MB.
How do I get rid of this?
Comment