v0.10.0
LENS-010: Runtime Performance Pass
- Added cached provider refresh while Lens is open, with a default 0.25s refresh interval.
- Added LensRuntimeConsole.RefreshIntervalSeconds and RefreshNow().
- Avoided enumerating collapsed section entries unless search, report, screenshot, or rendering requires it.
- Reduced repeated value/draft lookups in IMGUI entry drawing paths.
- Added internal runtime diagnostics for refresh timing and entry counts.
- Documented provider performance expectations for cheap GetEntries() implementations.
Validation:
- Package validation passed for com.kostasban.lens@0.10.0.
- Unity 6000.3.16f1 clean temp project compile passed, including runtime, tests assembly, and Provider Cookbook scripts.