Unity-Technologies / ProjectAuditor

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

Build report viewer #56

Closed mtrive closed 3 years ago

mtrive commented 3 years ago

Project Auditor shows the last Build Report, however, it would be useful to open previous Build Reports as well (as requested by https://github.com/Unity-Technologies/ProjectAuditor/issues/48).

This PR add a BuildReportViewer UI which shows the selected Build Report in the Inspector.

build-report-viewer