Can I use unicode text in game? #1365
Unanswered
DongkunLee
asked this question in
Q&A
Replies: 1 comment
-
|
Well, I solved displaying korean lettes in game ui. For now, It is enough. But, If unicoding in console print (above, "debugText") also supported, then it will be seemed to greaty. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I just explored "C# beginnner Tutorial" project
then I modified "Gettting the Entity Demo" cs file,
in Debug.text function, I replace the strings to some other language.
like this
DebugText.Print(parentName + "아빠 이름입니다", new Int2(580, 580));But I guess other than ascii character is not showing.
Is there a way to use unicode(like korea language)?
Beta Was this translation helpful? Give feedback.
All reactions