Tools for create and apply asset patch in Unity
You can also import this package with VCC
- For single patch asset:
- Select patch asset and click
Patchbutton.
- Select patch asset and click
- For patch list asset:
- Select patch list asset and click
Patch Allbutton.
- Select patch list asset and click
- In the top menu, find and click
Tool/AssetPatcher/Create Asset Patch. - Place the original asset in
Origin Fileand the modified asset inEdited File. - If you want to include the meta file of the modified asset, check
Save meta file?(It is recommended that you check it by default.) - If you want to keep the GUID of the modified asset, check
Keep GUID?(IfSave meta file?is activated, it is automatically checked.) - Click the
Create Patch Filebutton and select the creation path for the patch asset. - A patch asset and a folder named "(asset name)-datas" will be created in corresponding path. This folder is a file needed for the patch, so please attach it when distributing.
Additionally, if there are multiple patch files, you can make patch files into one that called 'Patch list asset' for better user convenience.
- Find and select
Tool/AssetPatcher/Create Asset Patch Listfrom the top menu. - Insert the patch files created through
Create Asset Patchinto Patches. - Click the
Create Patch List Filebutton and select the creation path for the patch list asset. - A 'Patch list asset' will be created in the corresponding path.
Additionally, When Edited File is modified after creating the patch file, it provides a function to update the patch asset without creating a new patch file.
- Find and select
Tool/AssetPatcher/Update Asset Patchfrom the top menu. - Place Patch assets that need updating into
Patches.- If you have Patch list asset, you can place all included Patch assets with place Patch list asset in
Load from Patch Listbelow.
- If you have Patch list asset, you can place all included Patch assets with place Patch list asset in
- Click the
Update patch filesbutton to update the placed patch assets.
sisong's HDiffPatch
HisaCat