Get started
Requirements
Section titled “Requirements”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
Section titled “Download”Download the latest executable from GitHub Releases.
Open the terminal UI
Section titled “Open the terminal UI”Run the application without arguments:
.\UnityAssetsPatcher.exeThe interactive UI can inspect assets files and guide you through installing, uninstalling, and recovering mods. A modern terminal such as Windows Terminal is recommended.
Use the CLI
Section titled “Use the CLI”Pass a command to use the non-interactive interface:
.\UnityAssetsPatcher.exe --help.\UnityAssetsPatcher.exe install --helpData and backups
Section titled “Data and backups”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.