timo-sisus / Power-Inspector

Report bugs and offer improvement ideas for Power Inspector.
http://u3d.as/1sNc
7 stars 0 forks source link

Show in Explorer button lag #13

Closed timo-sisus closed 4 years ago

timo-sisus commented 4 years ago

There's a long (3 second?) lag after pressing Show in Explorer button in asset headers.

timo-sisus commented 4 years ago

Could not replicate this reported issue. The code that gets executed when the button is used is this simple:

EditorUtility.RevealInFinder(AssetDatabase.GetAssetPath(Target));

So it seems unlikely that I could do anything to improve this on my end.