Project Atlas is a lightweight Unity Editor analysis tool designed to give developers a clear overview of their Unity project structure.
The tool scans the project and presents key information in a clean dashboard, allowing developers to quickly understand asset distribution, scene composition, and overall project complexity.
Project Atlas focuses entirely on project analysis and insight. It does not modify project data and can safely be used at any time during development.
Key dashboard sections include:
Project Overview
Displays essential statistics about the project including scene count, prefab count, script count, and overall project metrics.
Asset Distribution
Shows how assets are distributed across the project, helping developers understand which asset types dominate the project.
Largest Assets
Highlights the largest files in the project and provides a quick ping button to locate them in the Unity Project window.
Scene Overview
Analyzes scenes listed in the Build Settings and displays scene-level statistics such as GameObjects, components, scripts, lights, and cameras.
Project Complexity
Provides a high-level complexity indicator based on project size and asset composition.
JSON Export
Export analysis results as JSON for archiving, comparison between scans, or external processing.
Project Atlas is part of a broader tool suite but focuses exclusively on project insight and structural analysis inside the Unity Editor.