Version: 2022.3
言語: 日本語

説明

Patch a Development app package rather than completely rebuilding it.

Supported platforms: Android.

Use the PatchPackage option in your build script to rebuild and deploy project changes. Patching an existing deployment can be significantly faster than rebuilding the entire application. Only Development builds can be patched.

To patch a package, build the project using the following options in your build script: BuildOptions.PatchPackage | BuildOptions.Development. Alternatively, you can click the Patch or Patch And Run buttons on the Build Settings window.

This option will implicitly change some options to enhance performance of deployment: - The application will not be split using expansion files (such as OBB).