UnityStandaloneFileBrowser
UnityStandaloneFileBrowser copied to clipboard
Unable to locate path containing german umlauts on OSX
If the path contains äöüÄÖÜ the filebrowser returns a path for which File.Exists(path) is false because of the encoding of the file. Tested on windows editor (works) and osx (invalid path).
SaveFilePanel returns "Tür" while OpenFilePanel returns "T%%CC%88%%r"
Not sure if this is completly safe but I'd say the returned string should be System.Uri.UnescapeDataString helps. However, I am unsure if this is really safe way according to https://msdn.microsoft.com/de-de/library/system.uri.unescapedatastring(v=vs.110).aspx
Thanks for the feedback, this should be fixed in latest (1.1) release
this issue should be reopen again....