-
-
Couldn't load subscription status.
- Fork 0
Documentation ‐ English
maglucen edited this page Sep 23, 2025
·
2 revisions
Instantly pick up work where you left off in Unity.
Leave a note on quit, see it on next launch — lightweight, local, Editor-only.
Replace this with a short 5–8s GIF showing: open Unity → Quit popup → Startup reminder → Browser.
- 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). - Auto-locale: Spanish UI/docs if Unity/OS is Spanish; otherwise 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 → 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).
- Clear temporary drafts.
- Force language:
wilo.forceLang = ES | EN.
- 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).
- IMGUI UI (stable). Optional UI Toolkit support planned.
- 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? Detects Spanish; defaults to English otherwise.
Replace with real screenshots (1200×900 for hero / 800×450 for detail).
- Exit Popup
- Startup Reminder
- Notes Browser — Titles-only
- Notes Browser — Expanded with refs

- Open an issue: GitHub Issues
- Or contact us directly.
