Unity-Technologies / ProjectAuditor

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

AssetDatabase.FindAssets diagnostic #121

Closed mtrive closed 1 year ago

mtrive commented 1 year ago

Problem Statement Calls to UnityEditor.AssetDatabase.FindAssets are expensive and can slow down the Editor for long periods of time on large projects.

Solution Add a diagnostic to surface all calls to UnityEditor.AssetDatabase.FindAssets.

find-assets