Unity-Technologies / ProjectAuditor

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

Tier settings fixes #40

Closed mtrive closed 3 years ago

mtrive commented 3 years ago

Problem This PR fixes https://github.com/Unity-Technologies/ProjectAuditor/issues/26

Solution The erroneous reporting was due to the fact we were checking settings for platforms that might not even be installed. With this PR, we are only checking the current active target. Note that this is consistent with the code-diagnostics reporting.