Skip to content

Documentation ‐ English

maglucen edited this page Sep 23, 2025 · 2 revisions

Where I Left Off (WILO)

Version License Issues

Instantly pick up work where you left off in Unity.
Leave a note on quit, see it on next launch — lightweight, local, Editor-only.


🎬 Demo

Replace this with a short 5–8s GIF showing: open Unity → Quit popup → Startup reminder → Browser. Demo GIF placeholder


✨ Features

  • 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 + F focus search, Esc clear.
  • 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.

📦 Install (UPM)

Recommended (Git URL):

  1. Open Window → Package Manager.
  2. Click Add package from Git URL…
    Paste: https://github.com/DevForgeTools/WhereILeftOff.git

From disk (local clone):

  1. Open Window → Package Manager.
  2. Click Add package from disk… and select package.json inside
    Packages/com.devforge.whereileftoff/.

🚀 Quickstart (60 s)

  1. Work as usual in Unity.
  2. On quit, write a one-liner note in the popup (or cancel quit).
  3. On start, you’ll see the reminder.
    To manage notes:
  • Tools → DevForge → Where I Left Off → Browser

🧭 Menus

  • Tools → DevForge → Where I Left Off → Browser
  • Tools → DevForge → Where I Left Off → Open Documentation

⚙️ Settings

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.

📁 Data

  • Notes: Library/WhereILeftOff/*.json
  • User state: Library/WhereILeftOff/User/*

These files shouldn’t be versioned.
To migrate, copy them manually between machines.


🖱️ Usage

  • 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.

🧪 Compatibility

  • Tested on Unity 6.
  • Editor-only package (excluded from builds).
  • IMGUI UI (stable). Optional UI Toolkit support planned.

❓ FAQ

  • 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.

📸 Screenshots

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

Screenshot 1 placeholder Screenshot 2 placeholder Screenshot 3 placeholder


💬 Support