Patch Actions
Hot Patch provides runtime controls from the control bar and the More actions dropdown. See Interface for button locations.
Recompile
Button: Right side of the control bar.
| Mode | Behavior |
|---|---|
| Play Mode | Re-applies all user scripts from disk without exiting Play Mode. |
| Edit Mode | Triggers a normal Unity script compilation. |
Use when patches were silently skipped or you want a full sync.
Revert Last Patch
Menu: More actions > Revert Last Patch
Undoes the most recent per-file patch batch. Only available when Hot Patch is running in Play Mode and a patch was applied since the last revert.
Clear Patches
Menu: More actions > Clear Patches
Removes all active Harmony hooks. The Active patches counter in the log toolbar returns to 0. Does not change files on disk.
Apply / Sync
Menu: More actions > Apply/Sync
Scans all user scripts for timestamp changes and applies patches immediately. Useful when a save was missed by the file watcher or you switched back to Unity from your IDE.
Jump to Script
Menu: More actions > Jump to Script (last patched)
Pings and opens the most recently patched .cs file in the Unity Editor.