Reduce App Store IPA size for unity game
This Blog is only to show you below points to reduce the final App Store game size.
- Disable “Enable Bitcode” option in Xcode before building the Archive. The option could be found in “Build Settings” in Xcode. This will decrease your game size to around 2-3 times.
- Make use of 1 or maybe 2 shaders and not 10!. Shaders take up huge size as well.
- Reduce Textures size in Unity. Make use of Crunch Compression in Unity. Its new in Unity.
That’s it. These are really pro tips which you could use. I would have showcased my games here but I believe you wont be interested as you all are game developers. Cheers!!