Unity-Technologies / ProjectAuditor

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

Cleanup redundant diagnostics #81

Closed mtrive closed 2 years ago

mtrive commented 2 years ago

Cleanup redundant Renderer material descriptors. Renderer.material/materials/sharedMaterials belong to the base type and they don't need specific descriptors for all subclasses:

mtrive commented 2 years ago

replaced by https://github.com/Unity-Technologies/ProjectAuditor/pull/82