unity AAB + PAD method does not build. (android app)
I will upload the game to the Google Store. I made an android app with unity.
The AAB I created is 300MB. However, you can only upload apps smaller than 150MB to the Google Store.
//
I found the AAB + PAD method.
Referenced link: https://developer.android.com/guide/app-bundle/asset-delivery/build-unity
order i tried
0. I created all the scenes as AssetBundle. (Use "AssetBundle Browser", drag&Drop the scene to "AssetBundle tab - Configure")
2. Installed "Google Play Core". And I loaded the AssetBundle through "Asset Delivery tab - Add Foloder".
3. Set "Delivery Mode" to "Install Time". enter image description here
4. And the code to move the scene is set like the image below. enter image description here
5. Click "Google - Build And Run" in the top tab of Unity to build.
result The scene progressed properly, but the animation and video didn't work.
I can't put it on the store like this. Please help me to put it on the store..
//
I Use unity 2019.4.25
Minimum API Level android 8.1
Target API Android 11.0
Your answer
Follow this Question
Related Questions
BuildPipeline.BuildPlayer with AAB 0 Answers
Android building 0 Answers
Help! i am not able to build my project! 0 Answers
Slow build time for Android (2017.3) 0 Answers