yasirkula / UnitySimpleFileBrowser

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

Check file case insensitive filenames depending on file system #57

Closed bradhannah closed 1 year ago

bradhannah commented 2 years ago

When you set a default file name, that doesn't match the case of a file in the selected directory, it will not match. This update does a quick check to see if the file system is case insensitive and then does a case insensitive check against it.