Unity-Technologies / AssetGraph

Visual Workflow Automation Tool for Unity.
Other
1.12k stars 208 forks source link

Fixed very heavy process when there are many assets in the project #162

Open momoma-null opened 3 years ago

momoma-null commented 3 years ago

AssetDatabase.FindAssets method is too heavy when there are many assets in the project. I changed not to call it many times.