Skip to content

Get started

The current release supports win-x64. It is distributed as a self-contained, single-file application, so you do not need to install the .NET runtime.

Download the latest executable from GitHub Releases.

Run the application without arguments:

Terminal window
.\UnityAssetsPatcher.exe

The interactive UI can inspect assets files and guide you through installing, uninstalling, and recovering mods. A modern terminal such as Windows Terminal is recommended.

Pass a command to use the non-interactive interface:

Terminal window
.\UnityAssetsPatcher.exe --help
.\UnityAssetsPatcher.exe install --help

Install records and layered backups are stored in %LOCALAPPDATA%\UnityAssetsPatcher\backup by default. Logs are stored in %LOCALAPPDATA%\UnityAssetsPatcher\logs, with up to five recent files retained.

Keep the backup directory available. It is required to uninstall mods or recover interrupted operations safely.