I'm looking for a function that is able to convert a string from "ㅂㅏㅇㅇㅏㄷㅣ" to "방아디".
I've been stuck on this for a week now. I've found user-created python functions that do exactly what I want: https://github.com/jonghwanhyeon/hangul-jamo , https://github.com/bluedisk/hangul-toolkit , etc. but unity does not support python, and I need to interface with C# code.
Does anyone know of such a thing for C#?
Thanks everyone~