Unity-Technologies / ProjectAuditor

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

Add graphics tier support to variants #89

Closed mtrive closed 2 years ago

mtrive commented 2 years ago

Problem Some reported variants have the same properties (stage, pass name/type, keywords, etc...) so to the user it looks the same variant is reported multiple times. This is due to variants built for different Graphics Tiers.

Solution Add Tier information to reported variants.

graphics-tier