Unity-Technologies / ProjectAuditor

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

Debug.Log diagnostic iteration #146

Closed mtrive closed 1 year ago

mtrive commented 1 year ago

Problem Null ref exception described here: https://github.com/Unity-Technologies/ProjectAuditor/issues/142

Solution This is a fix that checks if the typeDefinition is null.

In addition