yasirkula / UnitySimpleFileBrowser

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

Exclusion not working #80

Closed Temeos96 closed 1 year ago

Temeos96 commented 1 year ago

Hi,

i did not want to report it as a bug, as i might just have used it wrong. Do the filters also apply to the FileBrowserHelpers? I have used FileBrowser.SetExcludedExtensions(".meta") to exclude .meta files, but when i read my directory and use var content = FileBrowserHelpers.GetEntriesInDirectory(path,true);

to get all the files in the directory, it also reads the .meta files.

Thank you in advance.

Temeos96 commented 1 year ago

I have answered my own question so ignore this issue.