IL Post-Processor
Injects HandleTracker at Load and Release call sites after compilation — file:line by default, optional stack traces in Verbose mode.
Find forgotten Addressables.Release calls — live handle list with file:line origins and zero manual instrumentation.
Addressables Leak Detector is a Unity Editor tool for teams using Addressables who need to know which handle was loaded where and never released — silent ref-count leaks that do not show up clearly in the standard Memory Profiler.
Version note
Tested on Unity 6 LTS (6000.3.7f1) with Addressables 2.2.2. See the compatibility table in Installation.
Projects using Addressables for content streaming where debugging missing Release() calls otherwise means guesswork, Memory Profiler diffing, or ad-hoc logging.
Current release: Live Leaks tab only.