yasirkula / UnitySimpleFileBrowser

A uGUI based runtime file browser for Unity 3D (draggable and resizable)
MIT License
851 stars 111 forks source link

File manager slows down. #15

Closed Kniger33 closed 4 years ago

Kniger33 commented 4 years ago

Hello! I have a little problem: on some computers file manager slows down and opens directories for a long time (even on computers with ssd), but on most others it works good(even on computers with hard drive)(windows). What could be the problem? Thank you in advance.

yasirkula commented 4 years ago

Hmm, I'm not entirely sure. I'd recommend you to enable Deep Profiling and profile on a problematic device to see the function that takes the most CPU time.

Kniger33 commented 4 years ago

Hmm, I'm not entirely sure. I'd recommend you to enable Deep Profiling and profile on a problematic device to see the function that takes the most CPU time.

Okey, thanks

yasirkula commented 4 years ago

Feel free to reopen the issue with the data from Profiler.