Getting Started with v1
1. Initial Setup
The first time you open the tool, you may need to initialize your settings.
- Navigate to
Tools > Scene Size Analyzer > Main Dashboard. - If prompted, click the “INITIAL SETUP REQUIRED” button. This will create your
AnalysisSettingsasset inAssets/SceneSizeAnalyzer/Settings.
2. Scan Your Project
- Open the Main Dashboard.
- Click “SCAN PROJECT”.
- The tool will iterate through every scene in your
Assetsfolder 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:
- Click the “HEATMAP” button in the dashboard toolbar.
- Look at your Scene View. Areas with high vertex density will be highlighted in Red/Yellow wireframes.
5. Next Steps
- Learn about Scene Comparison to track changes.
- Use the Asset Deduplicator to save build space.