How to reduce the apk size in Unity3d

APK + OBB doesn't work on many other phone brands, to resolve the problem, first find a way to reduce the exported android installation file size as well as using aab instead of apk.

Next version will need to explore addressable and hosting files on Content Delivery Network.

First check for the files that is large after exporting as apk. this can be accessed by console

2021-07-12_16-23-59

Android play store accepts aab in 150mb instead of 100mb apk with obb. Unity can export the aab format by selecting this at build settings

2021-07-12_16-25-27