Instantly pick up work where you left off in Unity.
Leave a note on quit, see it on next launch — lightweight, local, Editor-only.
- Exit popup: jot a note before quitting (or cancel quit).
- Startup reminder: shows the last session/day note on launch.
- Notes Browser: searchable, filter by text/date, group by day/session.
- Titles-only mode: ultra-compact view for fast scanning.
- Reference badges (
● N): ping, open or reveal asset references. - Keyboard shortcuts:
Ctrl/Cmd + Ffocus search,Escclear. - Persistence: search, filters, and layout remembered per project.
- Zero-friction: no external services, no mandatory setup.
- Local data: JSON under
Library/(keeps VCS clean). - Localization: Spanish UI/docs or English.
- Editor-only: excluded from builds, safe for runtime.
- UPM-friendly: install via Git URL for easy updating.
Recommended (Git URL):
- Open Window → Package Manager.
- Click Add package from Git URL…
Paste: https://github.com/DevForgeTools/WhereILeftOff.git
From disk (local clone):
- Open Window → Package Manager.
- Click Add package from disk… and select
package.jsoninside
Packages/com.devforge.whereileftoff/.
- Work as usual in Unity.
- On quit, write a one-liner note in the popup (or cancel quit).
- On start, you’ll see the reminder.
To manage notes:
- Tools → DevForge → Where I Left Off → Browser
- Tools → DevForge → Where I Left Off → Note
- Tools → DevForge → Where I Left Off → Last Notes
- Tools → DevForge → Where I Left Off → Browser
- Tools → DevForge → Where I Left Off → Open Documentation
Open Edit → Preferences… → Where I Left Off (or the ⚙️ in the Browser).
Options:
- Show popup on Quit.
- Show popup on Startup (last session or last day).
- Overwrite options Per session or Per day with same title
- Language:
EN | ES.
- Notes:
Library/WhereILeftOff/*.json - User state:
Library/WhereILeftOff/User/*
These files shouldn’t be versioned.
To migrate, copy them manually between machines.
- Quit: write and save. You can cancel quitting.
- Open: see the reminder; dismiss it or open the Browser.
- Browser: search, filter, ping/open refs, edit or duplicate notes.
- Tested on Unity 6.
- Editor-only package (excluded from builds).
- Can I disable popups? Yes, via Preferences or from the Browser.
- Cloud sync? No. Local by design.
- Export/Import? Copy the JSON files under
Library/WhereILeftOff/. - Localization? Choose between Spanish or English.
- Open an issue: GitHub Issues
- Or contact us directly at:






