Performance Monitor

Overview

Real-time performance tracking with color-coded health indicators. Access via Tools → BEE → Performance Monitor.

Important
Performance Monitor only collects data in Play Mode. Enter Play Mode first, then click "Start Monitoring".

Metrics

MetricDescriptionGoodWarningPoor
FPSFrames per second60+30-59<30
Frame TimeMilliseconds per frame<16ms16-33ms>33ms
MemoryRAM usage<1GB1-2GB>2GB
Draw CallsRendering batches<100100-500>500
TrianglesTotal triangle count<100K100K-500K>500K
Note
Metrics are color-coded: green for good, yellow for warning, red for poor.

Using the Performance Monitor

  1. Open Tools → BEE → Performance Monitor
  2. Enter Play Mode in Unity
  3. Click Start Monitoring
  4. Metrics update in real-time with color coding

Detailed Report

Click Detailed Report to open an expanded analysis window with scene optimization suggestions and beginner-friendly explanations.

  • Camera setup and culling
  • Lighting complexity
  • Mesh complexity
  • Material and shader usage
  • Physics settings
  • Script performance
Tip
The Detailed Report provides actionable recommendations, not just raw data. Each suggestion includes an explanation of why it matters and how to fix it.