recently i create game it’s have simple mechanic just endlees runner. just single sprite for character and one tile, and i follow all instructions and file size become 75MB is there any way to reduce apk size further…if yes plz let me know
75mb is tiny…
yhaa i know ue4 is aaa title game engine and its have lots of engine content but i just ask is there any further way to shrink apk size
You can export the android project. From the Android studio you can give try to remove some unused engine related assets which won;t be used by a game.
Maybe this helps you
You can not reduce below 49 MB. UE library file is 100 MB minimum. They simply do not care about mobile games - this problem exists for many years and they do not give a ■■■■ to it.
Hi, optimize image assets by compressing them > Minimize unnecessary code and libraries > Use ProGuard or R8 for code shrinking and obfuscation > Utilize asset bundling for large assets.
How use ProGuard or R8 in Unreal Engine?