Version: 2021.3
Create the main APK expansion file
Test an APK expansion file

Create the patch APK expansion file

Unity only automatically creates the main APK expansion file, but you can manually create the patch APK expansion file if the application requires more storage space. For information on how to create the patch APK expansion file, see Android’s Development checklist documentation.

APK compatibility

When you create the patch expansion file, you must include a unity_obb_guid file within it so Android recognizes the APK expansion as being compatible with the APK. To do this:

  1. Find the main APK expansion file that Unity generates. It’s a zip archive.
  2. Extract the files from the APK expansion zip archive.
  3. In the list of extracted files, find the unity_obb_guid file.
  4. Copy this file over to the patch expansion file.

其他资源

Create the main APK expansion file
Test an APK expansion file