Unity-Technologies / ProjectAuditor

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

Platform Selection Popup #102

Closed mtrive closed 2 years ago

mtrive commented 2 years ago

Problem Currently PA compiles and analyzes based on the currently active build target. The only way to analyze a different target is to switch build target which can be very time consuming.

Solution This PR add a Platform Popup selection to the Home page so that the user can select a different analysis platform without having to switch build target. plat-selection