Unity-Technologies / ProjectAuditor

Project Auditor is an experimental static analysis tool for Unity Projects.
Other
806 stars 66 forks source link

Add option to enable creation of BuildReport asset #75

Closed mtrive closed 2 years ago

mtrive commented 2 years ago

After each build, Unity saves the BuildReport in the Library folder, so not visible to the user. Project Auditor exposes Build Reports to the user in two different ways:

This PR, introduces the SaveBuildReport option to the ProjectAuditorConfig asset: if this option is enabled, the last build report is automatically created in the BuildReports folder. Note that this is disabled by default since in most cases this is undesirable. save-build-reports