Note
This documentation is for the Project Auditor package, compatible with Unity 6.3 and earlier. Unity versions 6.4 and later include Project Auditor built-in by default. You can open it from Window > Analysis > Project Auditor. For the documentation on the built-in Project Auditor included in Unity 6.4 and later, refer to the Unity User Manual documentation Analyze your project with Project Auditor.
Programming with Project Auditor
Use the classes and methods in the Scripting API to customize how Project Auditor runs.
| Topic | Description |
|---|---|
| Run Project Auditor from the command line | Start Project Auditor from the command line and customize the data it collects. |
| Compare issues and insights | Use the Report class to compare issues that Project Auditor finds. |
| Create custom analyzers | Add your own custom analyzers to Project Auditor. |