# How to reduce Mobile Build Size of an Android Game made with Unity/FMOD

**URL:** https://qa.fmod.com/t/how-to-reduce-mobile-build-size-of-an-android-game-made-with-unity-fmod/18538
**Category:** Unity
**Tags:** android
**Created:** [March 18, 2022, 6:16am UTC](https://qa.fmod.com/t/how-to-reduce-mobile-build-size-of-an-android-game-made-with-unity-fmod/18538 "2022-03-18T06:16:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![samuelmar](https://avatars.discourse-cdn.com/v4/letter/s/ba9def/32.png) [@samuelmar](https://qa.fmod.com/u/samuelmar)
#### Post date: [March 18, 2022, 6:16am UTC](https://qa.fmod.com/t/how-to-reduce-mobile-build-size-of-an-android-game-made-with-unity-fmod/18538/1 "2022-03-18T06:16:52Z")

</div>

Hi, I want your help with the next issue.

I implemented audio to a unity game that is made for mobile devices (Android, IOS), before the FMOD implementation the game size was 300MB approximately (build Android Size)

After migrate all audio assets the game has increased their size to 950MB (Build Android Size)! I want ask to you some tips that I can apply in order to reduce the build size.

Currently the sum of all my banks is 159MB, so I don’t understand why the game is so big in build size.

Pic of my current Bank Structure:  
 ![Build_Mobile](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/c/c928a11711f019b945c0f33a7e048d51d0606807.jpeg)

FMOD Studio Version is 2.02.06

FMOD Integration Version is 2.02.04

Unity version is 202.1.8f1

Thanks in advance!!

---

<div class="post-metadata">

### Author: ![jeff\_fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/jeff_fmod/32/1766_2.png) [@jeff\_fmod](https://qa.fmod.com/u/jeff_fmod)
#### Post date: [March 22, 2022, 1:12am UTC](https://qa.fmod.com/t/how-to-reduce-mobile-build-size-of-an-android-game-made-with-unity-fmod/18538/2 "2022-03-22T01:12:29Z")

</div>

That is surprisingly large, my suspicicion would be that your FMOD Studio project or some other large files are in your Streaming Assets directory. Can you please open up the APK and see what’s in the “ **assets** ” directory? You can open an apk by renaming the extension to “.zip” and unzipping it.

---

<div class="post-metadata">

### Author: ![samuelmar](https://avatars.discourse-cdn.com/v4/letter/s/ba9def/32.png) [@samuelmar](https://qa.fmod.com/u/samuelmar)
#### Post date: [March 22, 2022, 1:26am UTC](https://qa.fmod.com/t/how-to-reduce-mobile-build-size-of-an-android-game-made-with-unity-fmod/18538/3 "2022-03-22T01:26:25Z")

</div>

You was right! in my assets directory there was a large zip file that shouldn’t have been there, thanks for your tip!
