Inspector Event Link Doctor finds silent callback problems in your Unity project before runtime.
You know the pain:
Unity does not always make these problems obvious. A broken Inspector event can sit inside a prefab, scene, ScriptableObject, or UI object until you test the exact thing that uses it.
Inspector Event Link Doctor scans your project and shows you where risky event links live.
Use it to find issues in:
It reports if an event link is:
For each issue, it shows what object has the link, what target it points to, what method it needs, and what you should check next.
This is useful when you:
This tool does not try to magically repair your project.
It gives you a clear report so you can fix the right thing fast.