Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 853 Bytes

File metadata and controls

21 lines (13 loc) · 853 Bytes

Scanner & Optimizer

Script scanning and optimization in Runtime Atlas

Scanner

Static analysis of .cs files in your project.

  • Detects: hot-path allocations, unthrottled FindObjects calls, missing null guards, LINQ usage inside Update
  • 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

Optimizer

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.