Window actions¶
These controls live in the Hot Patch window. For a full walkthrough of the UI, see Hot Patch window.
Recompile¶
Right side of the control bar.
| When | What happens |
|---|---|
| Play Mode | Re-reads your scripts from disk and re-applies patches without exiting Play Mode |
| Edit Mode | Asks Unity to do a normal script compile |
Use this when a save was missed or you want a full sync.
Revert last patch¶
More actions → Revert Last Patch
Undoes the most recent patch batch for a file. Available while Hot Patch is running in Play Mode and at least one patch was applied.
Clear patches¶
More actions → Clear Patches
Removes all live patches. Your files on disk are unchanged. The Active patches counter goes back to 0.
Apply / Sync¶
More actions → Apply/Sync
Scans scripts for newer timestamps and patches anything that changed. Handy if the watcher missed a save or you just alt-tabbed back to Unity.
Jump to script¶
More actions → Jump to Script (last patched)
Selects and opens the last patched .cs file in the Unity Editor.