yasirkula / UnitySimpleFileBrowser

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

File & folder name is incorrect on Korean #39

Closed mingkyme closed 3 years ago

mingkyme commented 3 years ago

Description of the bug

Screen Shot 2021-01-19 at 12 43 40 AM Screen Shot 2021-01-19 at 12 43 50 AM

"부산시" <= That's folder name.

Platform specs

yasirkula commented 3 years ago

Do you have to modify Unity's Text component in any way to display that name properly in the Text object? Can you create a new Text object and try displaying that name on it?

mingkyme commented 3 years ago

I didn't modify Text component. It cause from one of korean(Hangul) feature. '가' can be 2 codes. Complete Hangul Code And Combine Hangul Code. 스크린샷 2021-01-19 오전 9 22 21

'ㄱ' + 'ㅏ' => 가 OR '가'

yasirkula commented 3 years ago

No I was asking you to create GameObject-UI-Text in your scene, paste the folder's name to that Text and see if it is rendered correctly. If you must tweak the Text's settings to render it correctly, please let me know of these changes.

mingkyme commented 3 years ago
스크린샷 2021-01-20 오후 12 44 20

It's same. I will PR for this issue.