azesmway / react-native-unity

MIT License
257 stars 61 forks source link

Your App Bundle contains the following ... the maximum size of 150 MB #56

Open joaquinlom opened 1 year ago

joaquinlom commented 1 year ago

Hi. I successfully run the React Native with Unity but as the other person, I encounter the issue that my AAB it's too large. My app are only videos with ARFoundation, The videos are already compressed to the maximum. Any idea how to separate the assets or any tips? I try the separate aplication binay without luck

Agreafel commented 1 year ago

Android Docs suggests restructuring the app into feature bundles that the app can download. This might be the best scalable version of what you are looking for.

LinhLM23496 commented 11 months ago

+1 i same, i need tutorial