Why does build size matter?

  • Install rate: Every MB reduces downloads by ~5%. 500MB vs 100MB = 20% fewer users
  • Device storage: Mobile devices have limited space. Compete with rival apps
  • WiFi vs Mobile data: On mobile data, users cancel downloads > 50MB
  • Store optimization: Google Play/App Store prioritize smaller apps
  • Boot time: Smaller builds = faster startup loading

Build Size Calculator

Select your platform. Values will adapt automatically.
All textures in your project (COMPRESSED). Without mipmaps.
Music, SFX, voices. Already compressed as MP3/OGG.
Geometry of all models. Use MeshOptimizer.
Serialized scene data (GameObjects, components)
.NET assemblies, plugins, libraries
Runtime, native libraries, dependencies
Select the optimizations you are applying
Processor architecture. Affects size.