Unity-Technologies / ProjectAuditor

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

[Bug] Erroneous reporting of forward rendering #26

Closed unitystevem closed 3 years ago

unitystevem commented 3 years ago

Project Auditor reports that both Forward and Deferred rendering are being used in the project, when in fact the whole project is only using deferred rendering (Built-in Render Pipeline). See screenshot.

PA_Bug