Static analysis of .cs files in your project.
- Detects: hot-path allocations, unthrottled
FindObjectscalls, missing null guards, LINQ usage insideUpdate - Results include file path and line number
- Click any result to open it in the Script Viewer
- Folders to skip are configurable in Project Settings
Optimization suggestions derived from Scanner results.
- Grouped by category and severity
- Click any suggestion to navigate directly to the source file
Run a scan from the Scanner tab, then switch to Optimizer for the actionable version of the same results — see Getting Started for the walkthrough.
