So often we find ourselves wanting to create editor scripts for mass processing of assets, and every time we run into this annoyance.
Running AssetDatabase methods for creating/copying/whatever assets always make a relatively big overhead per new asset. If we want to create hundreds of small items(or just empty assets), this piles up.
While editor is processing new assets, mouse will blink into blue circle for 0.5-1s for each asset.