Find broken Inspector event links before they break your game.Tested and verified to work in Unity 2021 --> 6 LTS📜DocsInspector Event Link Doctor finds silent callback problems in your Unity project before runtime.You know the pain:You rename a method.You move a script.You change a prefab.You press Play.A button, toggle, slider, or event just does nothing.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:ButtonsTogglesSlidersDropdownsInputFieldsCustom UnityEventsScriptableObject callback linksAnimation Events, when the receiver context is knownIt reports if an event link is:ValidBrokenRiskyIgnoredUnresolvedFor 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:Refactor old UI codeRename methods used by Inspector eventsClean up prefabsPrepare a buildReview demo scenes before publishing an assetWant QA or CI to catch blocking callback issues earlyThis tool does not try to magically repair your project.It gives you a clear report so you can fix the right thing fast.Package typeUnity Editor utilityEditor-only codeDoes not add runtime code to your player buildMain featuresScans serialized Unity callback dataFinds Inspector-connected method linksDetects broken, risky, ignored, unresolved, and valid linksShows target object, method name, event owner, and issue statusSupports common UI event sources like Button, Toggle, Slider, Dropdown, and InputFieldSupports custom UnityEventsSupports ScriptableObject callback checksSupports Animation Event validation when receiver context is knownExports scan reports for review, QA, support, or CICan run in Unity batchmodeCan fail validation when blocking callback issues existGood forUI-heavy Unity projectsSolo developersSmall teamsAsset Store publishersProjects with many prefabsProjects with ScriptableObjectsOlder projects being refactoredTeams using CI checks before buildsIncluded foldersEditor source codeDocumentationSettingsDemoEdit Mode testsRuntime demo helper scriptsDemo contentThe demo includes examples of:Valid event linksBroken event linksRisky event linksUnresolved event linksLimitationsThis is not a visual graph editorThis is not a runtime debuggerThis is not an automatic repair toolSome links may be marked unresolved when Unity does not give enough safe context to verify themUnity versionBuilt from a project using Unity 6000.4.4f1Used to review code quality and spot bugs to ensure high quality code.




