Hello, I am developing a WebGL project.
In my project, it is very important to write long sentences like letters.
(+ Korean is my language and I need IME to use korean characters)
All characters should be clickable and selectable, because users should be able to easily modify the contents of the letter they are writing.
For this, I’ve read a lot on the forum. In conclusion, I created html textarea of the same size as InputField and modified the font, font size, line spacing, word spacing, letter spacing of textarea as much as possible to make it completely the same as InputField.
Still, textarea could not have the same layout as InputField. This is assumed to be because the font asset that Unity generates is different from ttf or otf. I think this is something that cannot be fixed because it is related to rendering.
Instead, I was wondering if IME is still unavailable on the WebGL platform, and if it will not be available in the future. (Whether to support this in the future or not)
I wish I could use IME in Unity WebGL to fully use InputField.
The sentences can be awkward because I used a translator.
Thank you.