Version: 2021.3
言語: 日本語
Create the main APK expansion file
APK 拡張ファイルのテスト

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

パッチ拡張ファイルを作成する際には、中に unity_obb_guid ファイルを含めることによって、その APK 拡張に APK との互換性があることを Android が認識できるようにする必要があります。これは以下の手順で行えます。

  1. Unity の生成するメイン APK 拡張ファイルを見つけてください。これは ZIP アーカイブになっています。
  2. APK 拡張の ZIP アーカイブからファイルを解凍します。
  3. 解凍されたファイルの一覧から unity_obb_guid ファイルを見つけてください。
  4. このファイルをパッチ拡張ファイルにコピーしてください。

その他の参考資料

Create the main APK expansion file
APK 拡張ファイルのテスト