Project Review
Project Review is an editor-only Unity health inbox that scans scenes, prefabs, and Build Settings for common setup issues, then helps you triage, fix, baseline, and export findings.
by birchgames
Price History +
Project Review helps Unity developers catch common project setup problems before playtests, handoffs, and builds.
It scans scenes, prefabs, and Build Settings, then presents findings in a compact review inbox with explanations, severity, context, quick actions, reviewed/ignored state, baselines, and report export.
Use it for day-to-day scene cleanup, milestone checks, build-readiness passes, beginner-friendly project reviews, and small-team QA workflows.
Project Review is editor-only. It adds no runtime components, no gameplay scripts, no player-build footprint, and no telemetry. Open it from Window > Project Review.
Built for Unity 2022.3 LTS or newer.
Features:
- Editor-only Unity project health review tool
- Compact triage inbox with expandable findings
- Scan scopes: Current Scene, Build Scenes, Full Project, Selected Assets, Selected Folder
- Profiles: Scene Focus, Build Readiness, Daily Sweep
- Missing script checks for scene objects and prefab assets
- Missing serialized object reference detection
- Missing/null renderer material slot checks
- Invalid tag/layer checks
- UnityEvent persistent call review
- EventSystem, AudioListener, Animator, AudioSource, Main Camera, and Build Settings checks
- Quick actions for opening scenes, selecting/framing objects, opening prefabs, and Build Settings fixes
- Reviewed and ignored finding states
- Baseline comparison with New, Known, and Resolved states
- Markdown and CSV report export
- Optional pre-build guard for Build Readiness errors
- Code-first custom rule extensibility
- Included demo scene, sample prefab, user guide, and extensibility guide
- No runtime dependencies or player-build footprint