Introduction

beginner start here

Editor Doctor Pro · Start Here

What is Editor Doctor Pro?

Editor Doctor Pro is a set of editor tools for inspecting your whole Unity project — every asset, scene and script. Use it to find problems, see what your project contains, and remove assets that nothing references. Every fix and delete is reversible from the Action History.

Its scope is the entire project, not just the scene you have open. Everything runs inside the Unity Editor and adds nothing to your build.

Editor-only. Editor Doctor Pro runs entirely inside the Unity Editor and adds nothing to your build — no runtime scripts, no extra weight, no impact on build size or frame rate.

It pairs with Scene Pilot Pro: SPP audits the scene you are authoring; EDP audits the whole project. Install both and they integrate automatically.

Tools

Editor Doctor Pro menu under Window > Kronnect

Editor Doctor Pro is built around three main windows, plus supporting utilities for undo, trash and configuration. All live under Window > Kronnect > Editor Doctor Pro.

Main windows

ToolWhat it is for
DoctorFind problems. Scans the project and reports broken references, import issues, prefab drift, code smells, build-setting mistakes and convention violations. Apply one-click auto-fixes, export reports, and track a project Health Score. Check categories: Asset Health (46), Code Audit (56), Prefab Drift (9), Build Review (6) and Project Conventions (3).
Project InventoryKnow your project. Treemap overview plus eight per-type inventories (materials, shaders, prefabs, textures, audio, meshes, scenes, code). Sort, filter, drill down, track references, bulk-optimize import settings and export CSV.
Safe DeleteRemove unused assets. Lists assets EDP can prove nothing references — from any scene, prefab or build root. Soft-deletes to local Trash with one-click restore.

Supporting utilities

UtilityWhat it does
Action HistoryJournal of every fix, optimization and delete EDP performs, with one-click undo — even across editor restarts.
TrashDestination for every soft-delete. Browse and restore removed assets at any time; nothing is ever hard-deleted.
SettingsConfigure check severity, scan scope, suppressions and Project Inventory thresholds.

What you get out of the box

  • 120 native checks across the project (185+ when Scene Pilot Pro is installed and bridged).
  • Reversible auto-fix on every auto-tier finding. Every action is recorded in Action History and can be reverted at any time.
  • Suppression with audit trail per-issue, per-rule or per-scope, with author, date, optional reason and optional expiry.
  • Soft-delete trash with one-click restore — never a hard delete.
  • Built for Built-in, URP and HDRP. No false positives on Volume Profiles, Renderer Features or ScriptableRendererData.
  • CLI / batch mode for CI gates and scheduled reports — same scan engine as the Doctor window.
  • No telemetry, no network calls beyond documentation links.
New here? Jump to the Quick Start for a 5-minute first-success path: open the Doctor, run a scan, apply your first auto-fix.

Editor Doctor Pro requires Unity 6.0 or later.

Was this page helpful?