Back to Projects
Unity AssetEditor ToolSolo

Pulse — Project Health Dashboard

Pulse — Project Health Dashboard

Tech Stack

UnityC#UIToolkitEditor Scripting

Overview

Pulse scans your Unity project and gives you a letter grade — A through F — based on what it finds. Broken references, uncompressed textures, duplicate files, unused assets, bad platform settings. Hit Rescan, get your grade, and fix things directly from the dashboard. Every fixable issue has a one-click fix button, with batch-fix for entire categories. Includes an interactive asset treemap visualization, pre-build grade gate, CI/command-line mode, and score history tracking.

Key Contributions

  • A–F project health grading with trend tracking across scans
  • One-click auto-fix for every fixable issue — textures, audio, platform settings, duplicates
  • Interactive asset treemap visualization color-coded by type
  • Pre-build grade gate — warn or block builds below a threshold
  • Duplicate asset detection by content hash with automatic GUID remapping
  • CI/command-line mode with JSON/Markdown output for build pipelines
  • Missing reference scanner across prefabs, scenes, and ScriptableObjects
  • Editor-only — zero runtime impact, async scanning, full Undo support

Gallery

Pulse — Project Health Dashboard screenshot 1
Pulse — Project Health Dashboard screenshot 2
Pulse — Project Health Dashboard screenshot 3
Pulse — Project Health Dashboard screenshot 4
Pulse — Project Health Dashboard screenshot 5