Getting Started with v1

1. Initial Setup

The first time you open the tool, you may need to initialize your settings.

  1. Navigate to Tools > Scene Size Analyzer > Main Dashboard.
  2. If prompted, click the “INITIAL SETUP REQUIRED” button. This will create your AnalysisSettings asset in Assets/SceneSizeAnalyzer/Settings.

2. Scan Your Project

  1. Open the Main Dashboard.
  2. Click “SCAN PROJECT”.
  3. The tool will iterate through every scene in your Assets folder and analyze their complexity.

3. Investigating Risks

Once the scan is complete:

  • Red (High Risk): Scenes that severely exceed performance thresholds.
  • Yellow (Medium Risk): Scenes that are near or slightly over limits.
  • Green (Optimized): Scenes within safe limits.

Pro Tip: Hover over the Risk Status to see the exact reason (e.g., “Too many light sources detected”).

4. Using the Heatmap

To see poly-count density visually:

  1. Click the “HEATMAP” button in the dashboard toolbar.
  2. Look at your Scene View. Areas with high vertex density will be highlighted in Red/Yellow wireframes.

5. Next Steps


This site uses Just the Docs, a documentation theme for Jekyll.