PatchPackage
Patch a BuildOptions.Development app package rather than completely rebuilding it. Supported only on Android platform.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Field
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
PatchPackage = 65536
Remarks
Use the 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 BuildOptions.Development builds can be patched.
PatchPackageTo patch a package, build the project using the following options in your build script: or BuildOptions.Development. Alternatively, you can click the Patch or Patch And Run buttons on the Build Settings window.
BuildOptions.PatchPackageThis option will implicitly change some options to enhance performance of deployment. The application will not be split using expansion files (such as OBB).